Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simongarisch committed Oct 20, 2018
1 parent 6bedc64 commit de96287
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 @@ -26,7 +26,7 @@ install:

# make sure that we have a Qt backend installed
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
conda install -c anaconda pyqt;
conda install pyqt;
else
pip install pyqt5;
fi
Expand Down

0 comments on commit de96287

Please sign in to comment.