Skip to content

Commit d0dc91b

Browse files
committed
Trying to run pytest-qt on travis
1 parent 3f916e9 commit d0dc91b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: python
22
python:
33
- "2.7"
4+
before_install:
5+
- "export DISPLAY=:99.0"
6+
- "sh -e /etc/init.d/xvfb start"
47
install:
5-
- pip install pyside --use-mirrors
8+
- pip install pyside --use-mirrors
69
script: py.test

0 commit comments

Comments
 (0)