Skip to content

Commit

Permalink
added travis and coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed May 25, 2015
1 parent be61797 commit c1e6484
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -12,7 +12,11 @@ env:
install:
- pip install $DJANGO
- pip install -r requirements-dev.txt
- pip install coveralls
- pip freeze

# command to run tests, e.g. python setup.py test
script: make check

after_success:
coveralls
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -61,7 +61,7 @@ test-coverage: clean-test
test-all:
tox

check: clean-build clean-pyc clean-test lint test
check: clean-build clean-pyc clean-test lint test-coverage

release: clean
python setup.py sdist upload
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -2,6 +2,12 @@
Django SQRL
===========

.. image:: https://travis-ci.org/miki725/django-sqrl.svg?branch=master
:target: https://travis-ci.org/miki725/django-sqrl

.. image:: https://coveralls.io/repos/miki725/django-sqrl/badge.svg
:target: https://coveralls.io/r/miki725/django-sqrl

SQRL authentication support for Django

* Free software: MIT license
Expand Down

0 comments on commit c1e6484

Please sign in to comment.