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:
10
10
env :
11
11
- PYTEST_VERSION=2.5.2 PYTEST_QT_FORCE_PYQT=true
12
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
13
15
14
16
install :
15
17
# PySide
16
- - echo $TRAVIS_PYTHON_VERSION
17
18
- if [[ "$PYTEST_QT_FORCE_PYQT" == "false" && "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
18
19
- sudo apt-get install -qq python-pyside;
19
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
33
34
34
35
# others
35
- - pip install pytest-cov coveralls --use-wheel
36
+ - pip install coveralls --use-wheel
36
37
37
38
before_script :
38
39
- export DISPLAY=:99.0
You can’t perform that action at this time.
0 commit comments