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

0 comments on commit 4228c86

Please sign in to comment.