summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2013-03-06 15:03:27 -0500
committerJames Socol <me@jamessocol.com>2013-03-06 15:03:27 -0500
commit8351cc7a7d03e9da495165d8c9a40f483e669675 (patch)
treec02c5b03ea36ba977b548c3e61352bfbbbc1eaad
parent215d29aa64586ac6770c4ad94adc3d25abd434f1 (diff)
downloadpystatsd-8351cc7a7d03e9da495165d8c9a40f483e669675.tar.gz
Add travis-ci images.
[ci skip]
-rw-r--r--README.rst8
-rw-r--r--docs/index.rst8
2 files changed, 12 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index d4a5ec5..eeb5e92 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,12 @@
A Python statsd client
======================
-statsd_ is a friendly front-end to Graphite_. This is a Python client for the
-statsd daemon.
+.. image:: https://travis-ci.org/jsocol/pystatsd.png?branch=master
+ :target: https://travis-ci.org/jsocol/pystatsd
+ :alt: Travis-CI build status
+
+statsd_ is a friendly front-end to Graphite_. This is a Python client
+for the statsd daemon.
Quickly, to use::
diff --git a/docs/index.rst b/docs/index.rst
index 6d4eac8..57d6d5a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,8 +6,12 @@
Welcome to Python StatsD's documentation!
=========================================
-statsd_ is a friendly front-end to Graphite_. This is a Python client for the
-statsd daemon.
+.. image:: https://travis-ci.org/jsocol/pystatsd.png?branch=master
+ :target: https://travis-ci.org/jsocol/pystatsd
+ :alt: Travis-CI build status
+
+statsd_ is a friendly front-end to Graphite_. This is a Python client
+for the statsd daemon.
Quickly, to use::