summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-15 00:29:50 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-15 00:29:50 +0200
commit789e7ab6f29e1da8d8aee26bddca5f098d8a0d4b (patch)
tree083c0bef6fd6fa3444a7666bc610765838209455
parentafedbb4f3d970e554195494bee1cae3218b1a607 (diff)
downloadsemantic-version-789e7ab6f29e1da8d8aee26bddca5f098d8a0d4b.tar.gz
Add travis-ci status to README.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 82d8d69..4f16e60 100644
--- a/README
+++ b/README
@@ -1,6 +1,9 @@
python-semantic_version
=======================
+.. image:: https://secure.travis-ci.org/rbarrois/python-semanticversion.png?branch=master
+ :target: http://travis-ci.org/rbarrois/python-semanticversion/
+
This small python library provides a few tools to handle `SemVer <http://semver.org>`_ in Python.