Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit4872b79

Browse files
authored
Merge pull request#10316 from jklymak/tst-fix-pyqt5
TST FIX pyqt5 5.9
2 parentsf3760b2 +9d2f7e9 commit4872b79

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)

[8]ページ先頭

©2009-2025 Movatter.jp