From 8351cc7a7d03e9da495165d8c9a40f483e669675 Mon Sep 17 00:00:00 2001 From: James Socol Date: Wed, 6 Mar 2013 15:03:27 -0500 Subject: Add travis-ci images. [ci skip] --- README.rst | 8 ++++++-- docs/index.rst | 8 ++++++-- 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:: -- cgit v1.2.1