We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a889f commit 61d8885Copy full SHA for 61d8885
.travis.yml
@@ -4,7 +4,7 @@ python:
4
# command to install dependencies
5
sudo: required
6
install:
7
- - pip3 install python-qt5
+ - sudo pip3 install python-qt5
8
- "pip3 install -r requirements.txt"
9
# command to run tests
10
script: nosetests
0 commit comments