Skip to content

Commit 84e40fb

Browse files
committed
Trying to fix build on travis
1 parent 8009359 commit 84e40fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55
- sudo add-apt-repository -y ppa:pyside/ppa
66
- sudo apt-get update -qq
77
- sudo apt-get install -qq python-pyside
8-
- export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/dist-packages/"
8+
# - export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/dist-packages/"
99
- "export DISPLAY=:99.0"
1010
- "sh -e /etc/init.d/xvfb start"
1111
- sleep 3
@@ -16,7 +16,7 @@ env:
1616

1717
install:
1818
- pip uninstall -y pytest
19-
- pip install --upgrade setuptools
19+
#- pip install --upgrade setuptools
2020
- pip install pytest==$PYTEST_VERSION
2121

2222
script: py.test

0 commit comments

Comments
 (0)