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.
2 parents 2f8370d + 6a1a3a0 commit 201d536Copy full SHA for 201d536
1 file changed
.travis.yml
@@ -131,7 +131,7 @@ install:
131
echo 'PyQt5 is available' ||
132
echo 'PyQt5 is not available'
133
pip install -U --pre \
134
- -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 \
135
wxPython &&
136
python -c 'import wx' &&
137
echo 'wxPython is available' ||
0 commit comments