File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1313 - DJANGO="Django>=1.7,<1.8"
1414 - DJANGO="Django>=1.8,<1.9"
1515 - DJANGO="Django>=1.9,<1.10"
16+ - DJANGO="Django>=1.10,<1.11"
1617
1718install :
1819 - pip install -U coverage codecov
@@ -31,5 +32,7 @@ matrix:
3132 env : DJANGO="Django>=1.7,<1.8"
3233 - python : 3.3
3334 env : DJANGO="Django>=1.9,<1.10"
35+ - python : 3.3
36+ env : DJANGO="Django>=1.10,<1.11"
3437
3538after_success : codecov
Original file line number Diff line number Diff line change 3434 django17: Django>=1.7,<1.8
3535 django18: Django>=1.8,<1.9
3636 django19: Django>=1.9,<1.10
37+ django110: Django>=1.10,<1.11
3738 djangotrunk: https://github.com/django/django/tarball/master
3839commands =
39- django110: pip install Django>=1.10a,<1.11 --pre
4040 coverage run -a --branch setup.py test
You can’t perform that action at this time.
0 commit comments