Skip to content

Commit 3326417

Browse files
committed
Trying to install PySide using apt-get
1 parent 70ad56d commit 3326417

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
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

0 commit comments

Comments
 (0)