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 13
13
- DJANGO="Django>=1.7,<1.8"
14
14
- DJANGO="Django>=1.8,<1.9"
15
15
- DJANGO="Django>=1.9,<1.10"
16
+ - DJANGO="Django>=1.10,<1.11"
16
17
17
18
install :
18
19
- pip install -U coverage codecov
@@ -31,5 +32,7 @@ matrix:
31
32
env : DJANGO="Django>=1.7,<1.8"
32
33
- python : 3.3
33
34
env : DJANGO="Django>=1.9,<1.10"
35
+ - python : 3.3
36
+ env : DJANGO="Django>=1.10,<1.11"
34
37
35
38
after_success : codecov
Original file line number Diff line number Diff line change 34
34
django17: Django>=1.7,<1.8
35
35
django18: Django>=1.8,<1.9
36
36
django19: Django>=1.9,<1.10
37
+ django110: Django>=1.10,<1.11
37
38
djangotrunk: https://github.com/django/django/tarball/master
38
39
commands =
39
- django110: pip install Django>=1.10a,<1.11 --pre
40
40
coverage run -a --branch setup.py test
You can’t perform that action at this time.
0 commit comments