summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-10 00:51:39 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-10 00:52:06 +0100
commit8050e9941408d29e339e47066c09f3d9ed19ffe4 (patch)
tree12e9f0ca86eeaf5b4454fc69eae0c3b4eb6c261f
parentfb63040a2f32df4851fc576a56825a6c6b9c1853 (diff)
downloadfactory-boy-8050e9941408d29e339e47066c09f3d9ed19ffe4.tar
factory-boy-8050e9941408d29e339e47066c09f3d9ed19ffe4.tar.gz
Switch badges to shields.io
-rw-r--r--README.rst14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 8914c62..576ba39 100644
--- a/README.rst
+++ b/README.rst
@@ -1,20 +1,24 @@
factory_boy
===========
-.. image:: https://pypip.in/version/factory_boy/badge.svg
+.. image:: https://secure.travis-ci.org/rbarrois/factory_boy.png?branch=master
+ :target: http://travis-ci.org/rbarrois/factory_boy/
+
+.. image:: https://img.shields.io/pypi/v/factory_boy.svg
:target: http://factoryboy.readthedocs.org/en/latest/changelog.html
:alt: Latest Version
-.. image:: https://pypip.in/py_versions/factory_boy/badge.svg
+.. image:: https://img.shields.io/pypi/pyversions/factory_boy.svg
:target: https://pypi.python.org/pypi/factory_boy/
:alt: Supported Python versions
-.. image:: https://pypip.in/wheel/factory_boy/badge.svg
+.. image:: https://img.shields.io/pypi/wheel/factory_boy.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/
+.. image:: https://img.shields.io/pypi/l/factory_boy.svg
+ :target: https://pypi.python.org/pypi/factory_boy/
+ :alt: License
factory_boy is a fixtures replacement based on thoughtbot's `factory_girl <http://github.com/thoughtbot/factory_girl>`_.