Skip to content

Commit c6fd9e8

Browse files
committed
Removed commented parts out of travis.yaml
1 parent cc31a27 commit c6fd9e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ language: python
22
python:
33
- "2.7"
44
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
8-
# - export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/dist-packages/"
95
- "export DISPLAY=:99.0"
106
- "sh -e /etc/init.d/xvfb start"
117
- sleep 3
@@ -18,7 +14,6 @@ install:
1814
- sudo apt-get install -qq python-pyside
1915
- ln -s /usr/lib/python2.7/dist-packages/PySide /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/PySide -v
2016
- pip uninstall -y pytest
21-
#- pip install --upgrade setuptools
2217
- pip install pytest==$PYTEST_VERSION
2318

2419
script: py.test

0 commit comments

Comments
 (0)