Update to PyQt 5.10

This commit is contained in:
Florian Bruhin 2018-01-23 19:41:45 +01:00
parent 3652553a8f
commit a701426703
3 changed files with 9 additions and 6 deletions

View File

@ -17,10 +17,12 @@ matrix:
- os: linux
env: TESTENV=py36-pyqt58
- os: linux
python: 3.5
env: TESTENV=py35-pyqt59
- os: linux
env: TESTENV=py36-pyqt59-cov
python: 3.5
env: TESTENV=py35-pyqt510
- os: linux
env: TESTENV=py36-pyqt510-cov
- os: osx
env: TESTENV=py36 OSX=sierra
osx_image: xcode9.2

View File

@ -1,4 +1,4 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
PyQt5==5.9.2
sip==4.19.6
PyQt5==5.10
sip==4.19.7

View File

@ -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}