@@ -5,14 +5,14 @@ python:
55 - 3.5
66 - 3.6
77env :
8- - DJANGO=django==1.8.17 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
9- - DJANGO=django==1.8.17 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
10- - DJANGO=django==1.9.12 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
11- - DJANGO=django==1.9.12 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
12- - DJANGO=django==1.10.5 DRF=3.5.3 DATABASE_URL=mysql://root@localhost/test
13- - DJANGO=django==1.10.5 DRF=3.5.3 DATABASE_URL=postgres://postgres@localhost/test
14- - DJANGO=https://github.com/ django/django/archive/stable/ 1.11.x.tar.gz DRF=3.5.3 DATABASE_URL=mysql://root@localhost/test
15- - DJANGO=https://github.com/ django/django/archive/stable/ 1.11.x.tar.gz DRF=3.5.3 DATABASE_URL=postgres://postgres@localhost/test
8+ - DJANGO=django==1.8.18 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
9+ - DJANGO=django==1.8.18 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
10+ - DJANGO=django==1.9.13 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
11+ - DJANGO=django==1.9.13 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
12+ - DJANGO=django==1.10.7 DRF=3.5.3 DATABASE_URL=mysql://root@localhost/test
13+ - DJANGO=django==1.10.7 DRF=3.5.3 DATABASE_URL=postgres://postgres@localhost/test
14+ - DJANGO=django== 1.11 DRF=3.5.3 DATABASE_URL=mysql://root@localhost/test
15+ - DJANGO=django== 1.11 DRF=3.5.3 DATABASE_URL=postgres://postgres@localhost/test
1616
1717sudo : false
1818install :
@@ -31,14 +31,14 @@ after_success:
3131matrix :
3232 exclude :
3333 - python : 3.6
34- env : DJANGO=django==1.8.17 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
34+ env : DJANGO=django==1.8.18 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
3535 - python : 3.6
36- env : DJANGO=django==1.8.17 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
36+ env : DJANGO=django==1.8.18 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
3737 - python : 3.6
38- env : DJANGO=django==1.9.12 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
38+ env : DJANGO=django==1.9.13 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
3939 - python : 3.6
40- env : DJANGO=django==1.9.12 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
40+ env : DJANGO=django==1.9.13 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
4141 - python : 3.6
42- env : DJANGO=django==1.10.5 DRF=3.5.3 DATABASE_URL=mysql://root@localhost/test
42+ env : DJANGO=django==1.10.7 DRF=3.5.3 DATABASE_URL=mysql://root@localhost/test
4343 - python : 3.6
44- env : DJANGO=django==1.10.5 DRF=3.5.3 DATABASE_URL=postgres://postgres@localhost/test
44+ env : DJANGO=django==1.10.7 DRF=3.5.3 DATABASE_URL=postgres://postgres@localhost/test
0 commit comments