Skip to content

Commit 61d8885

Browse files
author
Alan@int3ll3ct
committed
Proposing a change to .travis.yml to deliberately include PyQt5 for testing. Take 5.
1 parent f9a889f commit 61d8885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
# command to install dependencies
55
sudo: required
66
install:
7-
- pip3 install python-qt5
7+
- sudo pip3 install python-qt5
88
- "pip3 install -r requirements.txt"
99
# command to run tests
1010
script: nosetests

0 commit comments

Comments
 (0)