Skip to content

Commit 1e93839

Browse files
committed
travis: allow Django 1.5 builds to fail
1 parent 0d67099 commit 1e93839

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ env:
1212
- PACKAGES="django>=1.9.0,<1.10.0"
1313
matrix:
1414
exclude:
15-
- python: '2.6'
16-
env: PACKAGES="django>=1.7.0,<1.8.0 django-mptt<0.8.0"
17-
- python: '2.6'
18-
env: PACKAGES="django>=1.8.0,<1.9.0"
19-
- python: '2.6'
20-
env: PACKAGES="django>=1.9.0,<1.10.0"
2115
- python: '3.3'
2216
env: PACKAGES="django>=1.9.0,<1.10.0"
17+
allow_failures:
18+
- python: '2.7'
19+
env: PACKAGES="django>=1.5.0,<1.6.0 django-mptt<0.7.0"
20+
- python: '3.3'
21+
env: PACKAGES="django>=1.5.0,<1.6.0 django-mptt<0.7.0"
22+
- python: '3.4'
23+
env: PACKAGES="django>=1.5.0,<1.6.0 django-mptt<0.7.0"
2324
before_install:
2425
- pip install codecov
2526
install:

0 commit comments

Comments
 (0)