From dad46ff637266f4efd300d456161ef8c12cf344b Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Thu, 25 Feb 2016 21:05:58 +0100 Subject: [PATCH] update badges --- .travis.yml | 1 + README.rst | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab76d8e..ca5695a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - 3.2 - 3.3 - 3.4 + - 3.5 install: - if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install unittest2; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi diff --git a/README.rst b/README.rst index cc24a42..d1f3c30 100644 --- a/README.rst +++ b/README.rst @@ -1,19 +1,23 @@ -.. image:: https://pypip.in/d/pysendfile/badge.png - :target: https://crate.io/packages/pysendfile/ - :alt: Download this month +.. image:: https://img.shields.io/pypi/dm/pysendfile.svg + :target: https://pypi.python.org/pypi/pysendfile#downloads + :alt: Downloads this month -.. image:: https://pypip.in/v/pysendfile/badge.png +.. image:: https://api.travis-ci.org/giampaolo/pysendfile.png?branch=master + :target: https://travis-ci.org/giampaolo/pysendfile + :alt: Linux tests (Travis) + +.. image:: https://img.shields.io/pypi/v/pysendfile.svg :target: https://pypi.python.org/pypi/pysendfile/ :alt: Latest version -.. image:: https://pypip.in/license/pysendfile/badge.png +.. image:: https://img.shields.io/github/stars/giampaolo/pysendfile.svg + :target: https://github.com/giampaolo/pysendfile/ + :alt: Github stars + +.. image:: https://img.shields.io/pypi/l/pysendfile.svg :target: https://pypi.python.org/pypi/pysendfile/ :alt: License -.. image:: https://api.travis-ci.org/giampaolo/pysendfile.png?branch=master - :target: https://travis-ci.org/giampaolo/pysendfile - :alt: Travis - =========== Quick links ===========