Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 201d536

Browse files
authored
Merge pull request #9484 from anntzer/force-whl-wx
CI: Force installation of wx from whl, not from pypi.
2 parents 2f8370d + 6a1a3a0 commit 201d536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ install:
131131
echo 'PyQt5 is available' ||
132132
echo 'PyQt5 is not available'
133133
pip install -U --pre \
134-
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
134+
--no-index -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
135135
wxPython &&
136136
python -c 'import wx' &&
137137
echo 'wxPython is available' ||

0 commit comments

Comments
 (0)