Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Feb 25, 2016
1 parent 4d80c2c commit dad46ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down
22 changes: 13 additions & 9 deletions 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
===========
Expand Down

0 comments on commit dad46ff

Please sign in to comment.