From 93951f1154b131f4a6fc19736b38a72e02538575 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 19 Aug 2015 11:51:24 -0500 Subject: [PATCH] Migrate from pypip.in to shields.io. Fixes #164 --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0e440df..fccf934 100644 --- a/README.rst +++ b/README.rst @@ -4,13 +4,13 @@ speedtest-cli Command line interface for testing internet bandwidth using speedtest.net -.. image:: https://pypip.in/v/speedtest-cli/badge.png +.. image:: https://img.shields.io/pypi/v/speedtest-cli.svg :target: https://pypi.python.org/pypi/speedtest-cli/ :alt: Latest Version -.. image:: https://pypip.in/d/speedtest-cli/badge.png +.. image:: https://img.shields.io/pypi/dm/speedtest-cli.svg :target: https://pypi.python.org/pypi/speedtest-cli/ :alt: Downloads -.. image:: https://pypip.in/license/speedtest-cli/badge.png +.. image:: https://img.shields.io/pypi/l/speedtest-cli.svg :target: https://pypi.python.org/pypi/speedtest-cli/ :alt: License @@ -19,6 +19,10 @@ Versions speedtest-cli works with Python 2.4-3.4 +.. image:: https://img.shields.io/pypi/pyversions/speedtest-cli.svg + :target: https://pypi.python.org/pypi/speedtest-cli/ + :alt: Versions + Installation ------------