File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
install :
18
18
- pip install -U 'coverage<4' codecov
19
- - pip install -U --pre $DJANGO
19
+ - pip install -U $DJANGO
20
20
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
21
21
22
22
script : coverage run setup.py test
@@ -42,6 +42,6 @@ matrix:
42
42
- python : 3.5
43
43
env : DJANGO="Django>=1.8,<1.9"
44
44
- python : 3.5
45
- env : DJANGO="Django>=1.9a ,<1.10"
45
+ env : DJANGO="Django>=1.9 ,<1.10"
46
46
47
47
after_success : codecov
Original file line number Diff line number Diff line change 35
35
django16: Django>=1.6,<1.7
36
36
django17: Django>=1.7,<1.8
37
37
django18: Django>=1.8,<1.9
38
- django19: Django>=1.9a ,<1.10
38
+ django19: Django>=1.9 ,<1.10
39
39
djangotrunk: https://github.com/django/django/tarball/master
40
40
commands = coverage run -a --branch setup.py test
You can’t perform that action at this time.
0 commit comments