Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fdc4803

Browse files
committed
CI: Download wx wheels for the correct Ubuntu version.
We are now on xenial, so should use the 16.04 URL. Additionally, install libSDL2 as that's what the latest wheel links to.
1 parent 98e30c9 commit fdc4803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines 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
@@ -149,7 +150,7 @@ install:
149150
echo 'PySide2 is available' ||
150151
echo 'PySide2 is not available'
151152
python -mpip install --upgrade \
152-
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
153+
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 \
153154
wxPython &&
154155
python -c 'import wx' &&
155156
echo 'wxPython is available' ||

0 commit comments

Comments
 (0)