From d0fb3216cbc4a0414f85355df46e097d488ef896 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Wed, 27 Mar 2013 20:49:27 -0700 Subject: [PATCH] Add badge for Travis CI to README file --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 5589608..93fb8be 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,9 @@ django-model-utils ================== +.. image:: https://secure.travis-ci.org/carljm/django-model-utils.png + :target: http://travis-ci.org/carljm/django-model-utils + Django model mixins and utilities. Installation