File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -289,9 +289,33 @@ matrix:
289
289
290
290
allow_failures :
291
291
292
+ - python : 2.7
293
+ env : DJANGO=1.10 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
294
+
295
+ - python : 2.7
296
+ env : DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
297
+
298
+ - python : 2.7
299
+ env : DJANGO=1.9 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test'
300
+
301
+ - python : 2.7
302
+ env : DJANGO=1.8 DATABASE_URL='sqlite://localhost/:memory:'
303
+
304
+ - python : 2.7
305
+ env : DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test'
306
+
307
+ - python : 2.7
308
+ env : DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' AUTH_USER_MODEL='emailuserapp.EmailUser'
309
+
310
+ - python : 2.7
311
+ env : DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' AUTH_USER_MODEL='customuserapp.User'
312
+
292
313
- python : 2.7
293
314
env : DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
294
315
316
+ - python : 3.3
317
+ env : DJANGO=1.8 DATABASE_URL='sqlite://localhost/:memory:'
318
+
295
319
- python : 3.4
296
320
env : DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
297
321
@@ -302,3 +326,4 @@ matrix:
302
326
env : DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
303
327
304
328
fast_finish : true
329
+
You can’t perform that action at this time.
0 commit comments