Skip to content

Commit 3bfe6a8

Browse files
committed
Trying to install PySide using wheel on travis
1 parent 84e40fb commit 3bfe6a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22
python:
33
- "2.7"
44
before_install:
5-
- sudo add-apt-repository -y ppa:pyside/ppa
6-
- sudo apt-get update -qq
7-
- sudo apt-get install -qq python-pyside
5+
# - sudo add-apt-repository -y ppa:pyside/ppa
6+
# - sudo apt-get update -qq
7+
# - sudo apt-get install -qq python-pyside
88
# - export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/dist-packages/"
99
- "export DISPLAY=:99.0"
1010
- "sh -e /etc/init.d/xvfb start"
@@ -15,6 +15,7 @@ env:
1515
- PYTEST_VERSION=2.5.2
1616

1717
install:
18+
- pip install --use-wheel pyside
1819
- pip uninstall -y pytest
1920
#- pip install --upgrade setuptools
2021
- pip install pytest==$PYTEST_VERSION

0 commit comments

Comments
 (0)