Thanks to visit codestin.com Credit goes to github.com
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 98e30c9 commit fdc4803Copy full SHA for fdc4803
.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