From 40882c4ce2d81c97faa1aaa067d4a69478315139 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Sep 2017 22:43:45 +0200 Subject: [PATCH] Fix python version for -cov envs --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d5a15bb9a..83fb3d91d 100644 --- a/tox.ini +++ b/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