8000 Force installation of wx from whl, not from pypi. · matplotlib/matplotlib@6a1a3a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a1a3a0

Browse files
committed
Force installation of wx from whl, not from pypi.
1 parent 2dc0930 commit 6a1a3a0

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
@@ -124,7 +124,7 @@ install:
124124
echo 'PyQt5 is available' ||
125125
echo 'PyQt5 is not available'
126126
pip install -U --pre \
127-
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
127+
--no-index -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
128128
wxPython &&
129129
python -c 'import wx' &&
130130
echo 'wxPython is available' ||

0 commit comments

Comments
 (0)
0