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 3.
  • Loading branch information
Alan@int3ll3ct committed Feb 10, 2017
1 parent 6b3853b commit d1cc167
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ python:
# command to install dependencies
sudo: required
install:
- sudo apt-get update
- sudo apt-get -y install python3-pyqt5 python3-pip libfreetype6 libfreetype6-dev
- sudo pip3 install python-qt5
- "pip3 install -r requirements.txt"
# command to run tests
script: nosetests

0 comments on commit d1cc167

Please sign in to comment.