Skip to content

Commit

Permalink
Remove basepython statements from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
olemoign committed May 18, 2021
1 parent 65776ef commit 57c26a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ extras =
testing

[testenv:docs]
basepython = python3.5
whitelist_externals = make
commands =
make -C docs html epub BUILDDIR={envdir}
Expand All @@ -42,7 +41,6 @@ setenv =
COVERAGE_FILE=.coverage.py3

[testenv:coverage]
basepython = python3.5
commands =
coverage erase
coverage combine
Expand Down

0 comments on commit 57c26a7

Please sign in to comment.