We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbd8bc commit 6fa9f22Copy full SHA for 6fa9f22
1 file changed
.travis.yml
@@ -10,10 +10,11 @@ virtualenv:
10
env:
11
- PYTEST_VERSION=2.5.2 PYTEST_QT_FORCE_PYQT=true
12
- 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
15
16
install:
17
# PySide
- - echo $TRAVIS_PYTHON_VERSION
18
- if [[ "$PYTEST_QT_FORCE_PYQT" == "false" && "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
19
- sudo apt-get install -qq python-pyside;
20
- elif [[ "$PYTEST_QT_FORCE_PYQT" == "false" && "$TRAVIS_PYTHON_VERSION" == "3.2" ]]; then
@@ -32,7 +33,7 @@ install:
32
33
- pip install pytest==$PYTEST_VERSION
34
35
# others
- - pip install pytest-cov coveralls --use-wheel
36
+ - pip install coveralls --use-wheel
37
38
before_script:
39
- export DISPLAY=:99.0
0 commit comments