Re-add Qt 5.10 to tox.ini only
This commit is contained in:
parent
072d42347a
commit
b1c54f5706
5
tox.ini
5
tox.ini
@ -13,8 +13,8 @@ skipsdist = true
|
||||
setenv =
|
||||
QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/Lib/site-packages/PyQt5/plugins/platforms
|
||||
PYTEST_QT_API=pyqt5
|
||||
pyqt{,56,571,58,59}: LINK_PYQT_SKIP=true
|
||||
pyqt{,56,571,58,59}: QUTE_BDD_WEBENGINE=true
|
||||
pyqt{,56,571,58,59,510}: LINK_PYQT_SKIP=true
|
||||
pyqt{,56,571,58,59,510}: QUTE_BDD_WEBENGINE=true
|
||||
cov: PYTEST_ADDOPTS=--cov --cov-report xml --cov-report=html --cov-report=
|
||||
passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI TRAVIS XDG_* QUTE_* DOCKER
|
||||
basepython =
|
||||
@ -27,6 +27,7 @@ deps =
|
||||
pyqt571: PyQt5==5.7.1
|
||||
pyqt58: PyQt5==5.8.2
|
||||
pyqt59: PyQt5==5.9.2
|
||||
pyqt510: PyQt5==5.10
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} -bb -m pytest {posargs:tests}
|
||||
|
Loading…
Reference in New Issue
Block a user