summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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.