Skip to content

Commit

Permalink
Fix PyQt version to 5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdapretnar committed Feb 18, 2019
1 parent cedeb5c commit ab36024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ before_install:

install:
- travis_wait pip install -r requirements.txt
- source $TRAVIS_BUILD_DIR/.travis/install_pyqt.sh
- pip install sip pyqt5==5.11.*
- python setup.py develop # assure version.py is present; required for imports

before_script: # required for widget tests
Expand Down
40 changes: 0 additions & 40 deletions .travis/install_pyqt.sh

This file was deleted.

0 comments on commit ab36024

Please sign in to comment.