diff --git a/.travis.yml b/.travis.yml index 8cd801b42ce3..12313e47fc0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -124,7 +124,7 @@ install: echo 'PyQt5 is available' || echo 'PyQt5 is not available' pip install -U --pre \ - -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \ + --no-index -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04 \ wxPython && python -c 'import wx' && echo 'wxPython is available' ||