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

Appearance settings

Commit 73b3b64

Browse filesBrowse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #17240: CI: Download wx wheels for the correct Ubuntu version.
1 parent febbc07 commit 73b3b64
Copy full SHA for 73b3b64

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ addons:
3535
- libffi-dev
3636
- libgeos-dev
3737
- libgirepository1.0-dev
38+
- libsdl2-2.0-0
3839
- lmodern
3940
- fonts-freefont-otf
4041
- texlive-pictures
@@ -147,7 +148,7 @@ install:
147148
echo 'PyQt5 is available' ||
148149
echo 'PyQt5 is not available'
149150
python -mpip install --upgrade \
150-
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
151+
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 \
151152
wxPython &&
152153
python -c 'import wx' &&
153154
echo 'wxPython is available' ||

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.