Skip to content

Commit

Permalink
Remove basepython workaround
Browse files Browse the repository at this point in the history
It was there when Python 2.7 was still the default
  • Loading branch information
moggers87 committed Oct 29, 2020
1 parent 31c33d7 commit c6c74ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,34 +41,29 @@ deps =
commands = coverage run -a --branch -m unittest {posargs}

[testenv:clean]
basepython = python3
deps = coverage
skip_install = true
commands = coverage erase

[testenv:coverage]
basepython = python3
deps = coverage
skip_install = true
commands =
coverage report
coverage html

[testenv:flake8]
basepython = python3
commands = flake8 .
deps = flake8
skip_install = true

[testenv:docs]
whitelist_externals = make
basepython = python3
changedir = docs
commands = make html
extras = docs

[testenv:isort]
commands = isort --check-only .
basepython = python3
deps = isort
skip_install = true

0 comments on commit c6c74ac

Please sign in to comment.