Skip to content

Commit

Permalink
Add coveralls.io test coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Nov 18, 2013
1 parent bfcbfaa commit bb3c896
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ matrix:
install:
- pip install Django==$DJANGO_VERSION
- pip install -e .
script: make test
- pip install python-coveralls
script: make coverage
after_success: coveralls
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Django Two-Factor Authentication
:alt: Build Status
:target: https://travis-ci.org/Bouke/django-two-factor-auth

.. image:: https://coveralls.io/repos/Bouke/django-two-factor-auth/badge.png
:alt: Test Coverage
:target: https://coveralls.io/r/Bouke/django-two-factor-auth

Complete Two-Factor Authentication for Django. Built on top of
``django.contrib.auth`` for providing the easiest integration into most Django
projects. Inspired by the user experience of Google's Two-Step Authentication,
Expand Down

0 comments on commit bb3c896

Please sign in to comment.