Skip to content

Commit

Permalink
Using codecov instead of coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Mar 8, 2016
1 parent 2fd166c commit 2ea47d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ matrix:
- python: "3.3"
env: DJANGO="django>=1.9.0,<1.10.0"

before_install:
- pip install codecov
install:
- travis_retry pip install -q coveralls # installs coverage
- travis_retry pip install $DJANGO
- pip install -e .

script:
- coverage run --source=example/article,parler runtests.py

after_success:
- coveralls --verbose
- codecov

branches:
only:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-parler
=============

.. image:: https://travis-ci.org/edoburu/django-parler.svg?branch=master
.. image:: https://img.shields.io/travis/edoburu/django-parler/master.svg?branch=master
:target: http://travis-ci.org/edoburu/django-parler
.. image:: https://img.shields.io/pypi/v/django-parler.svg
:target: https://pypi.python.org/pypi/django-parler/
Expand All @@ -11,8 +11,8 @@ django-parler
:target: https://pypi.python.org/pypi/django-parler/
.. image:: https://img.shields.io/pypi/l/django-parler.svg
:target: https://pypi.python.org/pypi/django-parler/
.. image:: https://coveralls.io/repos/edoburu/django-parler/badge.svg?branch=master
:target: https://coveralls.io/github/edoburu/django-parler?branch=master
.. image:: https://img.shields.io/codecov/c/github/edoburu/django-parler/master.svg
:target: https://codecov.io/github/edoburu/django-parler?branch=master

Simple Django model translations without nasty hacks.

Expand Down

0 comments on commit 2ea47d2

Please sign in to comment.