Skip to content

Commit 3c7f761

Browse files
committed
Allow errors on Django dev version
1 parent ab4eb6d commit 3c7f761

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ matrix:
2626
env: DJANGO_VERSION=1.6 DATABASE=sqlite
2727
- python: 3.3
2828
env: DJANGO_VERSION=dev DATABASE=sqlite
29+
allow_failures:
30+
- python: 3.3
31+
env: DJANGO_VERSION=dev DATABASE=postgres
32+
- python: 2.7
33+
env: DJANGO_VERSION=dev DATABASE=sqlite
34+
- python: 2.7
35+
env: DJANGO_VERSION=dev DATABASE=postgres
2936

3037
before_install:
3138
- sudo apt-get update
@@ -68,11 +75,3 @@ after_success:
6875
- coverage run quicktest.py leaflet --db=$DATABASE
6976
- pip install coveralls
7077
- coveralls
71-
72-
allow_failures:
73-
- python: 3.3
74-
env: DJANGO_VERSION=dev DATABASE=postgres
75-
- python: 2.7
76-
env: DJANGO_VERSION=dev DATABASE=sqlite
77-
- python: 2.7
78-
env: DJANGO_VERSION=dev DATABASE=postgres

0 commit comments

Comments
 (0)