Skip to content

Commit 1ce49cd

Browse files
author
Evan Borgstrom
committed
Move to codecov
1 parent 228896e commit 1ce49cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ matrix:
2323
install:
2424
- pip install -q -e .
2525
- 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
2828

2929
script: coverage run --source=menu `which django-admin.py` test --settings=menu.test_settings menu
3030

3131
after_success:
32-
coveralls
32+
- codecov

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Simple Django Menus
44
.. image:: https://img.shields.io/travis/borgstrom/django-simple-menu.svg
55
:target: https://travis-ci.org/borgstrom/django-simple-menu
66

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
99

1010
.. image:: https://img.shields.io/pypi/v/django-simple-menu.svg
1111
:target: https://pypi.python.org/pypi/django-simple-menu

0 commit comments

Comments
 (0)