Update for PyQt 5.9.1
This commit is contained in:
parent
45b1285402
commit
023bf82638
@ -23,14 +23,18 @@ matrix:
|
|||||||
language: python
|
language: python
|
||||||
python: 3.6
|
python: 3.6
|
||||||
env: TESTENV=py36-pyqt571
|
env: TESTENV=py36-pyqt571
|
||||||
|
- os: linux
|
||||||
|
language: python
|
||||||
|
python: 3.6
|
||||||
|
env: TESTENV=py36-pyqt58
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
env: TESTENV=py35-pyqt58
|
env: TESTENV=py35-pyqt59
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
python: 3.6
|
python: 3.6
|
||||||
env: TESTENV=py36-pyqt58
|
env: TESTENV=py36-pyqt59
|
||||||
- os: osx
|
- os: osx
|
||||||
env: TESTENV=py36 OSX=elcapitan
|
env: TESTENV=py36 OSX=elcapitan
|
||||||
osx_image: xcode7.3
|
osx_image: xcode7.3
|
||||||
|
@ -99,10 +99,10 @@ Requirements
|
|||||||
The following software and libraries are required to run qutebrowser:
|
The following software and libraries are required to run qutebrowser:
|
||||||
|
|
||||||
* http://www.python.org/[Python] 3.4 or newer (3.5 recommended)
|
* http://www.python.org/[Python] 3.4 or newer (3.5 recommended)
|
||||||
* http://qt.io/[Qt] 5.2.0 or newer (5.9.0 recommended)
|
* http://qt.io/[Qt] 5.2.0 or newer (5.9 recommended)
|
||||||
* QtWebKit (old or link:https://github.com/annulen/webkit/wiki[reloaded]/NG) or QtWebEngine
|
* QtWebKit (old or link:https://github.com/annulen/webkit/wiki[reloaded]/NG) or QtWebEngine
|
||||||
* http://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.2.0 or newer
|
* http://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.2.0 or newer
|
||||||
(5.8.1 recommended) for Python 3
|
(5.9 recommended) for Python 3
|
||||||
* https://pypi.python.org/pypi/setuptools/[pkg_resources/setuptools]
|
* https://pypi.python.org/pypi/setuptools/[pkg_resources/setuptools]
|
||||||
* http://fdik.org/pyPEG/[pyPEG2]
|
* http://fdik.org/pyPEG/[pyPEG2]
|
||||||
* http://jinja.pocoo.org/[jinja2]
|
* http://jinja.pocoo.org/[jinja2]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
PyQt5==5.8.2
|
PyQt5==5.9
|
||||||
sip==4.19.2
|
sip==4.19.3
|
||||||
|
22
tox.ini
22
tox.ini
@ -111,6 +111,28 @@ deps =
|
|||||||
PyQt5==5.8.2
|
PyQt5==5.8.2
|
||||||
commands = {envpython} -bb -m pytest {posargs:tests}
|
commands = {envpython} -bb -m pytest {posargs:tests}
|
||||||
|
|
||||||
|
[testenv:py35-pyqt59]
|
||||||
|
basepython = python3.5
|
||||||
|
setenv =
|
||||||
|
{[testenv]setenv}
|
||||||
|
QUTE_BDD_WEBENGINE=true
|
||||||
|
passenv = {[testenv]passenv}
|
||||||
|
deps =
|
||||||
|
{[testenv]deps}
|
||||||
|
PyQt5==5.9
|
||||||
|
commands = {envpython} -bb -m pytest {posargs:tests}
|
||||||
|
|
||||||
|
[testenv:py36-pyqt59]
|
||||||
|
basepython = {env:PYTHON:python3.6}
|
||||||
|
setenv =
|
||||||
|
{[testenv]setenv}
|
||||||
|
QUTE_BDD_WEBENGINE=true
|
||||||
|
passenv = {[testenv]passenv}
|
||||||
|
deps =
|
||||||
|
{[testenv]deps}
|
||||||
|
PyQt5==5.9
|
||||||
|
commands = {envpython} -bb -m pytest {posargs:tests}
|
||||||
|
|
||||||
# other envs
|
# other envs
|
||||||
|
|
||||||
[testenv:mkvenv]
|
[testenv:mkvenv]
|
||||||
|
Loading…
Reference in New Issue
Block a user