File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed
Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,23 @@ matrix:
1111 env : DJANGO=1.10.*
1212 - python : 2.7
1313 env : DJANGO=1.11.*
14+ - python : 2.7
15+ env : DJANGO=2.0.*
16+ - python : 2.7
17+ env : DJANGO=2.1.*
1418
15- - python : 3.3
19+ - python : 3.4
1620 env : DJANGO=1.8.*
17- - python : 3.3
21+ - python : 3.4
1822 env : DJANGO=1.9.*
19- - python : 3.3
23+ - python : 3.4
2024 env : DJANGO=1.10.*
21- - python : 3.3
25+ - python : 3.4
2226 env : DJANGO=1.11.*
27+ - python : 3.4
28+ env : DJANGO=2.0.*
29+ - python : 3.4
30+ env : DJANGO=2.1.*
2331
2432 - python : 3.5
2533 env : DJANGO=1.8.*
@@ -29,6 +37,10 @@ matrix:
2937 env : DJANGO=1.10.*
3038 - python : 3.5
3139 env : DJANGO=1.11.*
40+ - python : 3.5
41+ env : DJANGO=2.0.*
42+ - python : 3.5
43+ env : DJANGO=2.1.*
3244
3345 - python : 3.6
3446 env : DJANGO=1.8.*
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def get_requirements():
3535 'Programming Language :: JavaScript' ,
3636 'Programming Language :: Python' ,
3737 'Programming Language :: Python :: 2.7' ,
38- 'Programming Language :: Python :: 3.3 ' ,
38+ 'Programming Language :: Python :: 3.4 ' ,
3939 'Programming Language :: Python :: 3.5' ,
4040 'Programming Language :: Python :: 3.6' ,
4141 'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments