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

Skip to content

Commit eaf94d2

Browse files
authored
Merge pull request #11494 from anntzer/wxpy
Fix CI install of wxpython.
2 parents a62cead + c5a041d commit eaf94d2

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
@@ -138,7 +138,7 @@ install:
138138
echo 'PyQt5 is available' ||
139139
echo 'PyQt5 is not available'
140140
python -mpip install -U \
141-
--no-index -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
141+
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \
142142
wxPython &&
143143
python -c 'import wx' &&
144144
echo 'wxPython is available' ||

0 commit comments

Comments
 (0)