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 84e40fb commit 3bfe6a8Copy full SHA for 3bfe6a8
.travis.yml
@@ -2,9 +2,9 @@ language: python
2
python:
3
- "2.7"
4
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
+# - 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"
@@ -15,6 +15,7 @@ env:
15
- PYTEST_VERSION=2.5.2
16
17
install:
18
+ - pip install --use-wheel pyside
19
- pip uninstall -y pytest
20
#- pip install --upgrade setuptools
21
- pip install pytest==$PYTEST_VERSION
0 commit comments