summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-12 18:45:13 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-12 18:45:13 -0400
commit1beeec9b3081158ddd3dc041e0503a31fe7d7a50 (patch)
tree10ac552a8f43e15cb47c12e21cdc6c82eed9ab50
parentebac106f1dde12941dcd414a859af302f8684e49 (diff)
downloadcliff-tablib-1beeec9b3081158ddd3dc041e0503a31fe7d7a50.tar.gz
add travis-ci status image to developer docs
Change-Id: I4b380e7258c12741cefd4c9deea2da5333698755
-rw-r--r--docs/source/developers.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/developers.rst b/docs/source/developers.rst
index f066a49..46b9808 100644
--- a/docs/source/developers.rst
+++ b/docs/source/developers.rst
@@ -56,6 +56,8 @@ The output version of the documentation ends up in
Running Tests
=============
+.. image:: https://secure.travis-ci.org/dhellmann/cliff.png?branch=master
+
The test suite for clif uses tox_, which must be installed separately
(``pip install tox``).