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 2dc0930 commit 6a1a3a0Copy full SHA for 6a1a3a0
1 file changed
.travis.yml
@@ -124,7 +124,7 @@ install:
124
echo 'PyQt5 is available' ||
125
echo 'PyQt5 is not available'
126
pip install -U --pre \
127
- -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
+ --no-index -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
128
wxPython &&
129
python -c 'import wx' &&
130
echo 'wxPython is available' ||
0 commit comments