tox: envsitespackagedir workaround for tox 2.0.1.
This commit is contained in:
parent
c91344cdf5
commit
677cfc9410
3
tox.ini
3
tox.ini
@ -15,7 +15,8 @@ envdir = {toxinidir}/.venv
|
|||||||
usedevelop = true
|
usedevelop = true
|
||||||
|
|
||||||
[testenv:unittests]
|
[testenv:unittests]
|
||||||
setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envsitepackagesdir}/PyQt5/plugins/platforms
|
# https://bitbucket.org/hpk42/tox/issue/246/
|
||||||
|
setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/lib/python3.4/PyQt5/plugins/platforms
|
||||||
deps =
|
deps =
|
||||||
py==1.4.27
|
py==1.4.27
|
||||||
pytest==2.7.0
|
pytest==2.7.0
|
||||||
|
Loading…
Reference in New Issue
Block a user