File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 - DJANGO="Django>=1.8,<1.9"
1414
1515install :
16- - pip install -U coverage coveralls $DJANGO
16+ - pip install -U coverage codecov $DJANGO
1717 - python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
1818
19- script : coverage run -a setup.py test
19+ script : coverage run setup.py test
2020
2121matrix :
2222 exclude :
@@ -37,4 +37,4 @@ matrix:
3737 - python : 3.4
3838 env : DJANGO="Django>=1.8,<1.9"
3939
40- after_success : coveralls
40+ after_success : codecov
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ django-simple-history
33
44.. image :: https://secure.travis-ci.org/treyhunner/django-simple-history.png?branch=master
55 :target: http://travis-ci.org/treyhunner/django-simple-history
6- .. image :: https://coveralls. io/repos/ treyhunner/django-simple-history/badge.png?branch= master
7- :target: https ://coveralls .io/r /treyhunner/django-simple-history
6+ .. image :: https://img.shields. io/codecov/c/github/ treyhunner/django-simple-history/master.svg
7+ :target: http ://codecov .io/github /treyhunner/django-simple-history?branch=master
88.. image :: https://pypip.in/v/django-simple-history/badge.png
99 :target: https://crate.io/packages/django-simple-history
1010.. image :: https://pypip.in/d/django-simple-history/badge.png
You can’t perform that action at this time.
0 commit comments