tox: Don't set basepython for [testenv].
Otherwise this'd override basepython for any testenv (py34/py35) to use the installed /usr/bin/python3. Closes #1001.
This commit is contained in:
parent
fda477397e
commit
0a3844a3be
1
tox.ini
1
tox.ini
@ -8,7 +8,6 @@ envlist = py34,misc,pep257,pyflakes,pep8,mccabe,pylint,pyroma,check-manifest
|
||||
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user