diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2015-04-21 11:31:43 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2015-04-21 11:32:10 +0200 |
commit | 86d1b29ea5e508c37320ad66949d2d8d33b1db02 (patch) | |
tree | af425e452c936774ee28419bb6df5693c396c1f5 | |
parent | 3bb4a0eb6170a588434fbb6438ec1a063eb115e1 (diff) | |
download | factory-boy-86d1b29ea5e508c37320ad66949d2d8d33b1db02.tar factory-boy-86d1b29ea5e508c37320ad66949d2d8d33b1db02.tar.gz |
Add badges to README.
-rw-r--r-- | README.rst | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,18 @@ factory_boy =========== +.. image:: https://pypip.in/version/factory_boy/badge.svg + :target: https://pypi.python.org/pypi/factory_boy/ + :alt: Latest Version + +.. image:: https://pypip.in/py_versions/factory_boy/badge.svg + :target: https://pypi.python.org/pypi/factory_boy/ + :alt: Supported Python versions + +.. image:: https://pypip.in/wheel/factory_boy/badge.svg + :target: https://pypi.python.org/pypi/factory_boy/ + :alt: Wheel status + .. image:: https://secure.travis-ci.org/rbarrois/factory_boy.png?branch=master :target: http://travis-ci.org/rbarrois/factory_boy/ |