We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98e30c9 + fdc4803 commit 7ccc2d2Copy full SHA for 7ccc2d2
.travis.yml
@@ -35,6 +35,7 @@ addons:
35
- libffi-dev
36
- libgeos-dev
37
- libgirepository1.0-dev
38
+ - libsdl2-2.0-0
39
- lmodern
40
- fonts-freefont-otf
41
- texlive-pictures
@@ -149,7 +150,7 @@ install:
149
150
echo 'PySide2 is available' ||
151
echo 'PySide2 is not available'
152
python -mpip install --upgrade \
- -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 \
154
wxPython &&
155
python -c 'import wx' &&
156
echo 'wxPython is available' ||
0 commit comments