We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febbc07 commit 73b3b64Copy full SHA for 73b3b64
.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
@@ -147,7 +148,7 @@ install:
147
148
echo 'PyQt5 is available' ||
149
echo 'PyQt5 is not available'
150
python -mpip install --upgrade \
- -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 \
152
wxPython &&
153
python -c 'import wx' &&
154
echo 'wxPython is available' ||
0 commit comments