Skip to content

Commit 9da7701

Browse files
committed
Ensuring pyside is installed correctly
1 parent 30ef139 commit 9da7701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- 2.7
4-
- 3.4
4+
- 3.2
55

66
env:
77
- PYTEST_VERSION=2.5.2 PYTEST_QT_FORCE_PYQT=true
@@ -23,6 +23,7 @@ install:
2323
- ls /usr/lib/python3/dist-packages/PySide
2424
- ls /home/travis/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages
2525
- ln -s /usr/lib/python3/dist-packages/PySide /home/travis/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages -v;
26+
- python -c "import PySide; print(PySide.__file__)"
2627
- fi
2728

2829
# PyQt4

0 commit comments

Comments
 (0)