Thanks to visit codestin.com Credit goes to github.com
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 f3760b2 commit 9d2f7e9Copy full SHA for 9d2f7e9
1 file changed
.travis.yml
@@ -152,7 +152,7 @@ install:
152
python -c 'import pgi as gi; gi.require_version("Gtk", "3.0"); from pgi.repository import Gtk' &&
153
echo 'pgi is available' ||
154
echo 'pgi is not available'
155
- pip install pyqt5 &&
+ pip install pyqt5==5.9 &&
156
python -c 'import PyQt5.QtCore' &&
157
echo 'PyQt5 is available' ||
158
echo 'PyQt5 is not available'
0 commit comments