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 3326417 commit 99fe5e9Copy full SHA for 99fe5e9
.travis.yml
@@ -1,8 +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
- - yes | sudo apt-get install python-pyside.qtcore
8
-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