Set basepython for all envs in tox.ini.
This commit is contained in:
parent
1fe1200b71
commit
b23ca85b37
2
tox.ini
2
tox.ini
@ -8,6 +8,7 @@ envlist = py34,py34-integration,misc,pep257,pyflakes,pep8,mccabe,pylint,pyroma,c
|
||||
|
||||
[testenv]
|
||||
# https://bitbucket.org/hpk42/tox/issue/246/ - only needed for Windows though
|
||||
basepython = python3
|
||||
setenv =
|
||||
QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/Lib/site-packages/PyQt5/plugins/platforms
|
||||
PYTEST_QT_API=pyqt5
|
||||
@ -31,6 +32,7 @@ commands =
|
||||
{envpython} scripts/dev/check_coverage.py {posargs}
|
||||
|
||||
[testenv:py34-integration]
|
||||
basepython = python3
|
||||
setenv = {[testenv]setenv}
|
||||
passenv = {[testenv]passenv}
|
||||
deps = {[testenv]deps}
|
||||
|
Loading…
Reference in New Issue
Block a user