Skip to content

Commit cc31a27

Browse files
committed
1 parent b5d4c08 commit cc31a27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- "2.7"
4-
before_install:
4+
before_script:
55
# - sudo add-apt-repository -y ppa:pyside/ppa
66
# - sudo apt-get update -qq
77
# - sudo apt-get install -qq python-pyside
@@ -15,7 +15,8 @@ env:
1515
- PYTEST_VERSION=2.5.2
1616

1717
install:
18-
- pip install --use-wheel pyside
18+
- sudo apt-get install -qq python-pyside
19+
- ln -s /usr/lib/python2.7/dist-packages/PySide /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/PySide -v
1920
- pip uninstall -y pytest
2021
#- pip install --upgrade setuptools
2122
- pip install pytest==$PYTEST_VERSION

0 commit comments

Comments
 (0)