Skip to content

Commit 9058b22

Browse files
committed
PyQt not properly installing durig tests
1 parent 83b5324 commit 9058b22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
1212
- pip install -U setuptools
1313
- pip install tox
14-
- pip install pytest
14+
- pip install -r requirements-test.txt
1515
- python setup.py develop
1616

1717
script:

requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pytest==3.7.2
2+
PyQt5==5.11.2

0 commit comments

Comments
 (0)