File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ virtualenv:
1010env :
1111 - PYTEST_VERSION=2.5.2 PYTEST_QT_FORCE_PYQT=true
1212 - PYTEST_VERSION=2.5.2 PYTEST_QT_FORCE_PYQT=false
13+ - PYTEST_VERSION=2.6.0 PYTEST_QT_FORCE_PYQT=true
14+ - PYTEST_VERSION=2.6.0 PYTEST_QT_FORCE_PYQT=false
1315
1416install :
1517 # PySide
16- - echo $TRAVIS_PYTHON_VERSION
1718 - if [[ "$PYTEST_QT_FORCE_PYQT" == "false" && "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
1819 - sudo apt-get install -qq python-pyside;
1920 - elif [[ "$PYTEST_QT_FORCE_PYQT" == "false" && "$TRAVIS_PYTHON_VERSION" == "3.2" ]]; then
@@ -32,7 +33,7 @@ install:
3233 - pip install pytest==$PYTEST_VERSION
3334
3435 # others
35- - pip install pytest-cov coveralls --use-wheel
36+ - pip install coveralls --use-wheel
3637
3738before_script :
3839 - export DISPLAY=:99.0
You can’t perform that action at this time.
0 commit comments