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 3a5d8c2 commit c5a041dCopy full SHA for c5a041d
1 file changed
.travis.yml
@@ -138,7 +138,7 @@ install:
138
echo 'PyQt5 is available' ||
139
echo 'PyQt5 is not available'
140
python -mpip install -U \
141
- --no-index -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
+ -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
142
wxPython &&
143
python -c 'import wx' &&
144
echo 'wxPython is available' ||
0 commit comments