Skip to content

Commit 045ac9f

Browse files
committed
Add 2.7.1 to allow_failure matrix
1 parent a9a2a5b commit 045ac9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ virtualenv:
1010
matrix:
1111
allow_failures:
1212
# unfortunately couldn't find a reliable way to test pyqt5 on travis yet
13-
- env: PYTEST_VERSION=2.7.0 PYTEST_QT_API=pyqt5
13+
- env: PYTEST_VERSION=2.7.1 PYTEST_QT_API=pyqt5
1414

1515
env:
1616
- PYTEST_VERSION=2.6.4 PYTEST_QT_API=pyqt4

0 commit comments

Comments
 (0)