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 f00e7df commit b64882bCopy full SHA for b64882b
.travis.yml
@@ -2,7 +2,11 @@ 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
+ - sudo add-apt-repository -y ppa:pyside/ppa
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq python-pyside
8
+ - export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/dist-packages/"
9
+ - "export DISPLAY=:99.0"
10
+ - "sh -e /etc/init.d/xvfb start"
11
+ - sleep 3
12
script: py.test
0 commit comments