diff --git a/tox.ini b/tox.ini index f128352dc..39ab996db 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands = {envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests} [testenv:mkvenv] -basepython = python3 +basepython = python3.5 commands = {envpython} scripts/link_pyqt.py --tox {envdir} envdir = {toxinidir}/.venv usedevelop = true @@ -71,7 +71,7 @@ setenv = QUTE_NO_DISPLAY_OK=1 commands = {envpython} scripts/link_pyqt.py --tox {envdir} - {envpython} -m py.test --strict -rfEsw -m 'not integration' {posargs:tests} + {envpython} -m py.test --strict -rfEw -m 'not integration' {posargs:tests} [testenv:misc] basepython = python3