tox: Switch to Python 3.6
This commit is contained in:
parent
73f371a956
commit
22fb3c3042
12
tox.ini
12
tox.ini
@ -4,7 +4,7 @@
|
|||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py34,py35-cov,misc,vulture,flake8,pylint,pyroma,check-manifest
|
envlist = py34,py35,py36-cov,misc,vulture,flake8,pylint,pyroma,check-manifest
|
||||||
distshare = {toxworkdir}
|
distshare = {toxworkdir}
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
|
|
||||||
@ -21,6 +21,16 @@ commands =
|
|||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} scripts/dev/run_pytest.py {posargs:tests}
|
{envpython} scripts/dev/run_pytest.py {posargs:tests}
|
||||||
|
|
||||||
|
[testenv:py36-cov]
|
||||||
|
basepython = python3.6
|
||||||
|
setenv = {[testenv]setenv}
|
||||||
|
passenv = {[testenv]passenv}
|
||||||
|
deps = {[testenv]deps}
|
||||||
|
commands =
|
||||||
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
|
{envpython} scripts/dev/run_pytest.py --cov --cov-report xml --cov-report=html --cov-report= {posargs:tests}
|
||||||
|
{envpython} scripts/dev/check_coverage.py {posargs}
|
||||||
|
|
||||||
[testenv:py35-cov]
|
[testenv:py35-cov]
|
||||||
basepython = python3.5
|
basepython = python3.5
|
||||||
setenv = {[testenv]setenv}
|
setenv = {[testenv]setenv}
|
||||||
|
Loading…
Reference in New Issue
Block a user