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 b5d4c08 commit cc31a27Copy full SHA for cc31a27
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
python:
3
- "2.7"
4
-before_install:
+before_script:
5
# - sudo add-apt-repository -y ppa:pyside/ppa
6
# - sudo apt-get update -qq
7
# - sudo apt-get install -qq python-pyside
@@ -15,7 +15,8 @@ env:
15
- PYTEST_VERSION=2.5.2
16
17
install:
18
- - pip install --use-wheel pyside
+ - 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
20
- pip uninstall -y pytest
21
#- pip install --upgrade setuptools
22
- pip install pytest==$PYTEST_VERSION
0 commit comments