Fix python version for -cov envs

This commit is contained in:
Florian Bruhin 2017-09-11 22:43:45 +02:00
parent 73ea316501
commit 40882c4ce2

View File

@ -103,7 +103,7 @@ commands = {envpython} -bb -m pytest {posargs:tests}
# test envs with coverage # test envs with coverage
[testenv:py35-pyqt59-cov] [testenv:py35-pyqt59-cov]
basepython = python3.6 basepython = python3.5
setenv = setenv =
{[testenv]setenv} {[testenv]setenv}
QUTE_BDD_WEBENGINE=true QUTE_BDD_WEBENGINE=true
@ -116,7 +116,7 @@ commands =
{envpython} scripts/dev/check_coverage.py {posargs} {envpython} scripts/dev/check_coverage.py {posargs}
[testenv:py36-pyqt59-cov] [testenv:py36-pyqt59-cov]
basepython = python3.5 basepython = python3.6
setenv = setenv =
{[testenv]setenv} {[testenv]setenv}
QUTE_BDD_WEBENGINE=true QUTE_BDD_WEBENGINE=true