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

Skip to content

Commit 73ed9a6

Browse files
committed
CI: Download wx wheels for the correct Ubuntu version.
We are now on xenial, so should use the 16.04 URL.
1 parent 98e30c9 commit 73ed9a6

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
@@ -149,7 +149,7 @@ install:
149149
echo 'PySide2 is available' ||
150150
echo 'PySide2 is not available'
151151
python -mpip install --upgrade \
152-
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
152+
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 \
153153
wxPython &&
154154
python -c 'import wx' &&
155155
echo 'wxPython is available' ||

0 commit comments

Comments
 (0)