[tox.ini] use python3.6 for testenv:htmlcov

This commit is contained in:
Cosimo Lupo 2017-11-21 10:24:43 +01:00
parent 464f9821be
commit 943b63c7d2

View File

@ -23,7 +23,7 @@ commands =
nocov: pytest {posargs} nocov: pytest {posargs}
[testenv:htmlcov] [testenv:htmlcov]
basepython = {env:TOXPYTHON:python3.5} basepython = {env:TOXPYTHON:python3.6}
deps = deps =
coverage>=4.3 coverage>=4.3
skip_install = true skip_install = true
@ -44,7 +44,7 @@ commands =
codecov --env TOXENV codecov --env TOXENV
[testenv:bdist] [testenv:bdist]
basepython = {env:TOXPYTHON:python3.5} basepython = {env:TOXPYTHON:python3.6}
deps = deps =
setuptools setuptools
wheel wheel