File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717install :
1818 - pip install -U 'coverage<4' codecov
19- - pip install -U --pre $DJANGO
19+ - pip install -U $DJANGO
2020 - python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
2121
2222script : coverage run setup.py test
@@ -42,6 +42,6 @@ matrix:
4242 - python : 3.5
4343 env : DJANGO="Django>=1.8,<1.9"
4444 - python : 3.5
45- env : DJANGO="Django>=1.9a ,<1.10"
45+ env : DJANGO="Django>=1.9 ,<1.10"
4646
4747after_success : codecov
Original file line number Diff line number Diff line change 3535 django16: Django>=1.6,<1.7
3636 django17: Django>=1.7,<1.8
3737 django18: Django>=1.8,<1.9
38- django19: Django>=1.9a ,<1.10
38+ django19: Django>=1.9 ,<1.10
3939 djangotrunk: https://github.com/django/django/tarball/master
4040commands = coverage run -a --branch setup.py test
You can’t perform that action at this time.
0 commit comments