Skip to content

Commit 6fa9f22

Browse files
committed
Testing against pytest-2.6.0 too
1 parent 8bbd8bc commit 6fa9f22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ virtualenv:
1010
env:
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

1416
install:
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

3738
before_script:
3839
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)