8000 Update wxpython wheel url for travis. · matplotlib/matplotlib@a6f38ab · GitHub
[go: up one dir, main page]

Skip to content

Commit a6f38ab

Browse files
anntzertacaswell
authored andcommitted
Update wxpython wheel url for travis.
The old url only points to sdists now, which caused travis to try building wxpython itself, with no success. Wheels are now at the new url.
1 parent ffbb57e commit a6f38ab

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://wxpython.org/Phoenix/release-extras/linux/gtk3/ubuntu-14.04 \
127+
-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