Skip to content

Commit

Permalink
Add travis and coveralls badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Apr 12, 2013
1 parent 4b65b64 commit 8fbd595
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
==================
django-simple-history
==================

.. image:: https://secure.travis-ci.org/treyhunner/django-simple-history.png?branch=master
:target: http://travis-ci.org/treyhunner/django-simple-history
.. image:: https://coveralls.io/repos/treyhunner/django-simple-history/badge.png?branch=master
:target: https://coveralls.io/r/treyhunner/django-simple-history

django-simple-history is a tool to store state of DB objects on every create/update/delete. It has been tested to work in django 1.X (including 1.2.3 as of 10/25/2010).

Install
Expand Down

0 comments on commit 8fbd595

Please sign in to comment.