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

Commit73ed9a6

Browse files
committed
CI: Download wx wheels for the correct Ubuntu version.
We are now on xenial, so should use the 16.04 URL.
1 parent98e30c9 commit73ed9a6

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
@@ -149,7 +149,7 @@ install:
149149
echo 'PySide2 is available' ||
150150
echo 'PySide2 is not available'
151151
python -mpip install --upgrade \
152-
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
152+
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 \
153153
wxPython &&
154154
python -c 'import wx' &&
155155
echo 'wxPython is available' ||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp