[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}
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user