Fix python version for -cov envs
This commit is contained in:
parent
73ea316501
commit
40882c4ce2
4
tox.ini
4
tox.ini
@ -103,7 +103,7 @@ commands = {envpython} -bb -m pytest {posargs:tests}
|
||||
# test envs with coverage
|
||||
|
||||
[testenv:py35-pyqt59-cov]
|
||||
basepython = python3.6
|
||||
basepython = python3.5
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
QUTE_BDD_WEBENGINE=true
|
||||
@ -116,7 +116,7 @@ commands =
|
||||
{envpython} scripts/dev/check_coverage.py {posargs}
|
||||
|
||||
[testenv:py36-pyqt59-cov]
|
||||
basepython = python3.5
|
||||
basepython = python3.6
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
QUTE_BDD_WEBENGINE=true
|
||||
|
Loading…
Reference in New Issue
Block a user