@@ -7,12 +7,12 @@ python:
77env :
88 - DJANGO=django==1.7.11 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
99 - DJANGO=django==1.7.11 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
10- - DJANGO=django==1.8.13 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
11- - DJANGO=django==1.8.13 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
12- - DJANGO=django==1.9.7 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
13- - DJANGO=django==1.9.7 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
14- - DJANGO=https://github.com/ django/django/archive/stable/ 1.10.x.tar.gz DRF=3.3.3 DATABASE_URL=mysql://root@localhost/test
15- - DJANGO=https://github.com/ django/django/archive/stable/ 1.10.x.tar.gz DRF=3.3.3 DATABASE_URL=postgres://postgres@localhost/test
10+ - DJANGO=django==1.8.14 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
11+ - DJANGO=django==1.8.14 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
12+ - DJANGO=django==1.9.9 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
13+ - DJANGO=django==1.9.9 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
14+ - DJANGO=django== 1.10.1 DRF=3.3.3 DATABASE_URL=mysql://root@localhost/test
15+ - DJANGO=django== 1.10.1 DRF=3.3.3 DATABASE_URL=postgres://postgres@localhost/test
1616
1717sudo : false
1818install :
@@ -30,13 +30,13 @@ after_success:
3030matrix :
3131 exclude :
3232 - python : 3.3
33- env : DJANGO=django==1.9.7 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
33+ env : DJANGO=django==1.9.9 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
3434 - python : 3.3
35- env : DJANGO=django==1.9.7 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
35+ env : DJANGO=django==1.9.9 DRF=3.3.1 DATABASE_URL=postgres://postgres@localhost/test
3636 - python : 3.3
37- env : DJANGO=https://github.com/ django/django/archive/stable/ 1.10.x.tar.gz DRF=3.3.3 DATABASE_URL=mysql://root@localhost/test
37+ env : DJANGO=django== 1.10.1 DRF=3.3.3 DATABASE_URL=mysql://root@localhost/test
3838 - python : 3.3
39- env : DJANGO=https://github.com/ django/django/archive/stable/ 1.10.x.tar.gz DRF=3.3.3 DATABASE_URL=postgres://postgres@localhost/test
39+ env : DJANGO=django== 1.10.1 DRF=3.3.3 DATABASE_URL=postgres://postgres@localhost/test
4040 - python : 3.5
4141 env : DJANGO=django==1.7.11 DRF=3.3.1 DATABASE_URL=mysql://root@localhost/test
4242 - python : 3.5
0 commit comments