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 d9491ce commit ed8a242Copy full SHA for ed8a242
1 file changed
.travis.yml
@@ -1,16 +1,16 @@
1
language: python
2
3
python:
4
- - "2.7_with_system_site_packages"
5
- - "3.4_with_system_site_packages"
+ - "2.7"
+ - "3.2"
6
7
-#virtualenv:
8
-# system_site_packages: true
+virtualenv:
+ system_site_packages: true
9
10
matrix:
11
- exclude:
12
- - python: 2.7
13
- env: PYTEST_QT_FORCE_PYQT=5
+ allow_failures:
+ # unfortunately couldn't find a reliable way to test pyqt5 on travis yet
+ - env: PYTEST_VERSION=2.7.0 PYTEST_QT_FORCE_PYQT=5
14
15
env:
16
# - PYTEST_VERSION=2.6.4 PYTEST_QT_FORCE_PYQT=true
0 commit comments