diff --git a/README.rst b/README.rst index 4ea426b7..9bfd5024 100644 --- a/README.rst +++ b/README.rst @@ -35,3 +35,17 @@ Contributing ============ Separate `django-suit-contrib `_ package is available with full Django Suit development project setup, tests and instructions. + + +Build Status +============ + +Django Suit uses Travis CI to perform tests on different Django and Python versions. + +Tested using Python: 2.5, 2.6, 2.7, 3.2, 3.3. Django: 1.4, 1.5. + +.. |master| image:: https://travis-ci.org/darklow/django-suit.png?branch=master + :alt: Build Status - master branch + :target: http://travis-ci.org/darklow/django-suit + +|master| diff --git a/docs/index.rst b/docs/index.rst index 34a212b8..89235420 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,6 +5,11 @@ Django Suit documentation Django Suit is alternative theme/skin/extension for `Django `_ administration interface. +.. |master| image:: https://travis-ci.org/darklow/django-suit.png?branch=master + :alt: Build Status - master branch + :target: http://travis-ci.org/darklow/django-suit + + About ===== @@ -14,7 +19,8 @@ About * Github: https://github.com/darklow/django-suit * Demo app on Github: https://github.com/darklow/django-suit-examples * Changelog: `Changelog.rst `_ -* Supports: Django 1.4/1.5c2 +* Supports: Django 1.4/1.5. Python: 2.5-3.3 |master| + Installation ============