From 28a9f32ec7e4a7af4e7438dc71a7c79761668a93 Mon Sep 17 00:00:00 2001
From: Masayuki Igawa <masayuki.igawa@gmail.com>
Date: Mon, 28 Mar 2016 13:50:58 +0900
Subject: [PATCH] Add pypi download + version badges into README.rst

This commit adds pypi download and version badges into README.rst.
With these badges, users can know the latest version and download
statistics.

Change-Id: I16eed1cf4acf84df728ba9c9dcf7706d14a484fe
---
 README.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.rst b/README.rst
index c03be76..94a8df5 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,14 @@
 os-testr
 ========
 
+.. image:: https://img.shields.io/pypi/v/os-testr.svg
+    :target: https://pypi.python.org/pypi/os-testr/
+    :alt: Latest Version
+
+.. image:: https://img.shields.io/pypi/dm/os-testr.svg
+    :target: https://pypi.python.org/pypi/os-testr/
+    :alt: Downloads
+
 A testr wrapper to provide functionality for OpenStack projects.
 
 * Free software: Apache license