We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a81c0 commit 007d1c8Copy full SHA for 007d1c8
.travis.yml
@@ -58,7 +58,7 @@ env:
58
- PYTEST='pytest>=3.4'
59
- PYTEST_COV=pytest-cov
60
- PYTEST_PEP8=
61
- - SPHINX=sphinx
+ - SPHINX=sphinx==1.7.2
62
# Variables controlling the test run.
63
- DELETE_FONT_CACHE=
64
- NO_AT_BRIDGE=1 # Necessary for GTK3 interactive test.
@@ -156,7 +156,7 @@ install:
156
python -c 'import pgi as gi; gi.require_version("Gtk", "3.0"); from pgi.repository import Gtk' &&
157
echo 'pgi is available' ||
158
echo 'pgi is not available'
159
- python -mpip install pyqt5==5.9 &&
+ python -mpip install pyqt5 &&
160
python -c 'import PyQt5.QtCore' &&
161
echo 'PyQt5 is available' ||
162
echo 'PyQt5 is not available'
0 commit comments