summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-02-25 21:05:58 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-02-25 21:05:58 +0100
commitdad46ff637266f4efd300d456161ef8c12cf344b (patch)
tree144b7779c741c6d507b7b20cdd7378dfae76e70e
parent4d80c2ca3dd8c64bfdb356e19363b021f627c2d2 (diff)
downloadpysendfile-dad46ff637266f4efd300d456161ef8c12cf344b.tar.gz
update badges
-rw-r--r--.travis.yml1
-rw-r--r--README.rst22
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
===========