Skip to content

Commit

Permalink
tox: don't use basepython in htmlcov toxenv
Browse files Browse the repository at this point in the history
use whatever default python tox is installed to, it doesn't matter.
(I don't have 3.6 in my path)
  • Loading branch information
anthrotype committed Dec 18, 2018
1 parent 6567f92 commit cecf1ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,36}-cov, htmlcov
envlist = py{27,37}-cov, htmlcov

[testenv]
deps =
Expand All @@ -17,7 +17,6 @@ commands =
nocov: pytest {posargs}

[testenv:htmlcov]
basepython = python3.6
deps =
coverage
skip_install = true
Expand Down

0 comments on commit cecf1ca

Please sign in to comment.