Skip to content

Commit ed8a242

Browse files
committed
Allowing failures for PyQt5 on travis
1 parent d9491ce commit ed8a242

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
language: python
22

33
python:
4-
- "2.7_with_system_site_packages"
5-
- "3.4_with_system_site_packages"
4+
- "2.7"
5+
- "3.2"
66

7-
#virtualenv:
8-
# system_site_packages: true
7+
virtualenv:
8+
system_site_packages: true
99

1010
matrix:
11-
exclude:
12-
- python: 2.7
13-
env: PYTEST_QT_FORCE_PYQT=5
11+
allow_failures:
12+
# unfortunately couldn't find a reliable way to test pyqt5 on travis yet
13+
- env: PYTEST_VERSION=2.7.0 PYTEST_QT_FORCE_PYQT=5
1414

1515
env:
1616
# - PYTEST_VERSION=2.6.4 PYTEST_QT_FORCE_PYQT=true

0 commit comments

Comments
 (0)