diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-02-25 21:05:58 +0100 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-02-25 21:05:58 +0100 |
commit | dad46ff637266f4efd300d456161ef8c12cf344b (patch) | |
tree | 144b7779c741c6d507b7b20cdd7378dfae76e70e | |
parent | 4d80c2ca3dd8c64bfdb356e19363b021f627c2d2 (diff) | |
download | pysendfile-dad46ff637266f4efd300d456161ef8c12cf344b.tar.gz |
update badges
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | 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 @@ -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 =========== |