Skip to content

Commit 7ccc2d2

Browse files
authored
Merge pull request #17240 from QuLogic/travis-wx
CI: Download wx wheels for the correct Ubuntu version.
2 parents 98e30c9 + fdc4803 commit 7ccc2d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
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)