Skip to content

Commit

Permalink
Added coveralls configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
exekias committed Nov 11, 2013
1 parent 3f3eb62 commit e8118f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ install:
- pip install -r requirements-dev.txt
script:
- make sense
after_success:
- coveralls --verbose
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Achilles - Django AJAX Framework
.. image:: https://secure.travis-ci.org/exekias/django-achilles.png
:target: http://travis-ci.org/exekias/django-achilles

.. image:: https://coveralls.io/repos/exekias/django-achilles/badge.png?branch=master
:target: https://coveralls.io/r/exekias/django-achilles?branch=master

Achilles provides a framework to communicate with Django applications using
AJAX. Trough the use of some primitives it allows you to build asynchronous
applications without the need of writting javascript to manage client side.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage
coveralls
django-nose
pep8
pyflakes

0 comments on commit e8118f7

Please sign in to comment.