summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-12 18:43:20 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-12 18:43:20 -0400
commitebac106f1dde12941dcd414a859af302f8684e49 (patch)
tree03497b95ddd410c4c85d206322eff7b7619ae8a5
parent4a62756abb7db7cfab992aa9edcf6ee18ccd6102 (diff)
downloadcliff-tablib-ebac106f1dde12941dcd414a859af302f8684e49.tar.gz
add travis-ci status image to README
Change-Id: Ibe902f723d1697be575cb0582edaa12f6766bcf9
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 567a259..d7f9583 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,8 @@
cliff -- Command Line Interface Formulation Framework
=======================================================
+.. image:: https://secure.travis-ci.org/dhellmann/cliff.png?branch=master
+
cliff is a framework for building command line programs. It uses
setuptools entry points to provide subcommands, output formatters, and
other extensions.