From 1beeec9b3081158ddd3dc041e0503a31fe7d7a50 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sat, 12 May 2012 18:45:13 -0400 Subject: add travis-ci status image to developer docs Change-Id: I4b380e7258c12741cefd4c9deea2da5333698755 --- docs/source/developers.rst | 2 ++ 1 file changed, 2 insertions(+) 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``). -- cgit v1.2.1