[tox.ini] use python3.6 for testenv:htmlcov
This commit is contained in:
parent
464f9821be
commit
943b63c7d2
4
tox.ini
4
tox.ini
@ -23,7 +23,7 @@ commands =
|
||||
nocov: pytest {posargs}
|
||||
|
||||
[testenv:htmlcov]
|
||||
basepython = {env:TOXPYTHON:python3.5}
|
||||
basepython = {env:TOXPYTHON:python3.6}
|
||||
deps =
|
||||
coverage>=4.3
|
||||
skip_install = true
|
||||
@ -44,7 +44,7 @@ commands =
|
||||
codecov --env TOXENV
|
||||
|
||||
[testenv:bdist]
|
||||
basepython = {env:TOXPYTHON:python3.5}
|
||||
basepython = {env:TOXPYTHON:python3.6}
|
||||
deps =
|
||||
setuptools
|
||||
wheel
|
||||
|
Loading…
x
Reference in New Issue
Block a user