8000 Merge pull request #10316 from jklymak/tst-fix-pyqt5 · matplotlib/matplotlib@4872b79 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4872b79

Browse files
authored
Merge pull request #10316 from jklymak/tst-fix-pyqt5
TST FIX pyqt5 5.9
2 parents f3760b2 + 9d2f7e9 commit 4872b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ install:
152152
python -c 'import pgi as gi; gi.require_version("Gtk", "3.0"); from pgi.repository import Gtk' &&
153153
echo 'pgi is available' ||
154154
echo 'pgi is not available'
155-
pip install pyqt5 &&
155+
pip install pyqt5==5.9 &&
156156
python -c 'import PyQt5.QtCore' &&
157157
echo 'PyQt5 is available' ||
158158
echo 'PyQt5 is not available'

0 commit comments

Comments
 (0)
0