Skip to content

Commit

Permalink
Added Coveralls support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Jul 12, 2015
1 parent 912eda5 commit 1cd20c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -22,6 +22,10 @@ matrix:
install:
- pip install $DJANGO
- pip install -r requirements.txt
- pip install coveralls

# command to run tests
script: python setup.py test
script: coverage run --source=newsletter setup.py test

after_success:
coveralls
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -8,6 +8,9 @@ django-newsletter
.. image:: https://img.shields.io/travis/dokterbob/django-newsletter/master.svg
:target: http://travis-ci.org/dokterbob/django-newsletter

.. image:: https://img.shields.io/coveralls/dokterbob/django-newsletter/master.svg
:target: https://coveralls.io/github/dokterbob/django-newsletter

.. image:: https://landscape.io/github/dokterbob/django-newsletter/master/landscape.svg?style=flat
:target: https://landscape.io/github/dokterbob/django-newsletter/master
:alt: Code Health
Expand Down

0 comments on commit 1cd20c4

Please sign in to comment.