File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ matrix:
26
26
env : DJANGO_VERSION=1.6 DATABASE=sqlite
27
27
- python : 3.3
28
28
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
29
36
30
37
before_install :
31
38
- sudo apt-get update
@@ -68,11 +75,3 @@ after_success:
68
75
- coverage run quicktest.py leaflet --db=$DATABASE
69
76
- pip install coveralls
70
77
- 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
You can’t perform that action at this time.
0 commit comments