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 70ad56d commit 3326417Copy full SHA for 3326417
.travis.yml
@@ -1,9 +1,8 @@
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:
8
- - pip install pyside --use-mirrors
9
-script: py.test
+language: python
+python:
+ - "2.7"
+before_install:
+ - "export DISPLAY=:99.0"
+ - "sh -e /etc/init.d/xvfb start"
+ - yes | sudo apt-get install python-pyside.qtcore
+script: py.test
0 commit comments