File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- DJANGO="Django>=1.8,<1.9"
14
14
15
15
install :
16
- - pip install -U coverage coveralls $DJANGO
16
+ - pip install -U coverage codecov $DJANGO
17
17
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
18
18
19
19
script : coverage run -a setup.py test
@@ -37,4 +37,4 @@ matrix:
37
37
- python : 3.4
38
38
env : DJANGO="Django>=1.8,<1.9"
39
39
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
3
3
4
4
.. image :: https://secure.travis-ci.org/treyhunner/django-simple-history.png?branch=master
5
5
: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
8
8
.. image :: https://pypip.in/v/django-simple-history/badge.png
9
9
:target: https://crate.io/packages/django-simple-history
10
10
.. image :: https://pypip.in/d/django-simple-history/badge.png
You can’t perform that action at this time.
0 commit comments