Skip to content

Commit

Permalink
travis.yml: install pyqt5==5.7.1 as 5.8 seems to jerk
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Mar 3, 2017
1 parent 6753ed0 commit f60a4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
- set -e # fail on any error

install:
- pip install pyqt5
- pip install pyqt5==5.7.1
# Update pip to be able to install wheel dependencies
- pip install -U pip wheel
- pip install git+https://github.com/biolab/orange3.git
Expand Down

0 comments on commit f60a4db

Please sign in to comment.