We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b5324 commit 9058b22Copy full SHA for 9058b22
.travis.yml
@@ -11,7 +11,7 @@ install:
11
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
12
- pip install -U setuptools
13
- pip install tox
14
- - pip install pytest
+ - pip install -r requirements-test.txt
15
- python setup.py develop
16
17
script:
requirements-test.txt
@@ -1 +1,2 @@
1
pytest==3.7.2
2
+PyQt5==5.11.2
0 commit comments