Skip to content

Commit

Permalink
Proposing a change to .travis.yml to deliberately include PyQt5 for t…
Browse files Browse the repository at this point in the history
…esting. Take 4.
  • Loading branch information
Alan@int3ll3ct committed Feb 10, 2017
1 parent d1cc167 commit f9a889f
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 @@ -4,7 +4,7 @@ python:
# command to install dependencies
sudo: required
install:
- sudo pip3 install python-qt5
- pip3 install python-qt5
- "pip3 install -r requirements.txt"
# command to run tests
script: nosetests

0 comments on commit f9a889f

Please sign in to comment.