File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ matrix:
45
45
env : FRONTEND=1 INTEGRATION=1 INTEGRATION_TESTS_BUCKET=3 DJANGO=1.11 DATABASE_URL='sqlite://localhost/testdb.sqlite'
46
46
47
47
# DJANGO 1.11
48
- - python : 2.7
49
- env : DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
50
48
- python : 3.4
51
49
env : DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
52
50
- python : 3.5
@@ -83,6 +81,9 @@ matrix:
83
81
env : DJANGO=2.1 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' AUTH_USER_MODEL='customuserapp.User'
84
82
- python : 3.6
85
83
env : TEST_DOCS=1 DJANGO=2.1 DATABASE_URL='sqlite://localhost/:memory:'
84
+ allow_failures :
85
+ - python : 2.7
86
+ env : DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
86
87
exclude :
87
88
- python : 2.7
88
89
- python : 3.4
You can’t perform that action at this time.
0 commit comments