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 3f916e9 commit d0dc91bCopy full SHA for d0dc91b
.travis.yml
@@ -1,6 +1,9 @@
1
language: python
2
python:
3
- "2.7"
4
+before_install:
5
+ - "export DISPLAY=:99.0"
6
+ - "sh -e /etc/init.d/xvfb start"
7
install:
- - pip install pyside --use-mirrors
8
+ - pip install pyside --use-mirrors
9
script: py.test
0 commit comments