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 @@ -23,10 +23,10 @@ matrix:
23
23
install :
24
24
- pip install -q -e .
25
25
- pip install -q $DJANGO
26
- - pip install -q --use-mirrors coveralls
27
- - pip install -q --use-mirrors nose
26
+ - pip install -q codecov
27
+ - pip install -q nose
28
28
29
29
script : coverage run --source=menu `which django-admin.py` test --settings=menu.test_settings menu
30
30
31
31
after_success :
32
- coveralls
32
+ - codecov
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Simple Django Menus
4
4
.. image :: https://img.shields.io/travis/borgstrom/django-simple-menu.svg
5
5
:target: https://travis-ci.org/borgstrom/django-simple-menu
6
6
7
- .. image :: https://img.shields.io/coveralls /borgstrom/django-simple-menu.svg
8
- :target: https://coveralls .io/r /borgstrom/django-simple-menu
7
+ .. image :: https://img.shields.io/codecov/c/github /borgstrom/django-simple-menu.svg
8
+ :target: https://codecov .io/github /borgstrom/django-simple-menu
9
9
10
10
.. image :: https://img.shields.io/pypi/v/django-simple-menu.svg
11
11
:target: https://pypi.python.org/pypi/django-simple-menu
You can’t perform that action at this time.
0 commit comments