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 4228c86 commit 6b3853b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
# command to install dependencies
sudo: required
install:
- apt-get update
- apt-get -y install python3-pyqt5 python3-pip libfreetype6 libfreetype6-dev
- sudo apt-get update
- sudo 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 6b3853b

Please sign in to comment.