aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2014-10-12 15:03:51 +0200
committerThomas Kemmer <tkemmer@computer.org>2014-10-12 15:03:51 +0200
commit2f9561081165498a9cc70a9810ce4a2eb7b07c21 (patch)
tree9b18bcb2d2ef0d6d3d9f5099cb0d6262665ceecd /README.rst
parent44b84324f5e52291753addaf9ab8fc89b2d507d2 (diff)
downloadcachetools-2f9561081165498a9cc70a9810ce4a2eb7b07c21.tar.gz
Add Travis CI
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 6cd79d0..1938241 100644
--- a/README.rst
+++ b/README.rst
@@ -45,14 +45,18 @@ Install cachetools using pip::
Project Resources
------------------------------------------------------------------------
-.. image:: http://img.shields.io/pypi/v/cachetools.svg
+.. image:: http://img.shields.io/pypi/v/cachetools.svg?style=flat
:target: https://pypi.python.org/pypi/cachetools/
:alt: Latest PyPI version
-.. image:: http://img.shields.io/pypi/dm/cachetools.svg
+.. image:: http://img.shields.io/pypi/dm/cachetools.svg?style=flat
:target: https://pypi.python.org/pypi/cachetools/
:alt: Number of PyPI downloads
+.. image:: http://img.shields.io/travis/tkem/cachetools.svg?style=flat
+ :target: https://travis-ci.org/tkem/cachetools/
+ :alt: Travis CI build status
+
- `Documentation`_
- `Issue Tracker`_
- `Source Code`_