From 732278a89b27910db3bef4db1a9512a4a8b0c335 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Fri, 29 Mar 2013 00:28:55 -0700 Subject: [PATCH] Add coveralls badge and fix travis badge --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 93fb8be..b73ca5d 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,10 @@ django-model-utils ================== -.. image:: https://secure.travis-ci.org/carljm/django-model-utils.png +.. image:: https://secure.travis-ci.org/carljm/django-model-utils.png?branch=master :target: http://travis-ci.org/carljm/django-model-utils +.. image:: https://coveralls.io/repos/carljm/django-model-utils/badge.png?branch=master + :target: https://coveralls.io/r/carljm/django-model-utils Django model mixins and utilities.