Skip to content

Commit 0043bc5

Browse files
rbeuque74geoffreybauduin
authored andcommitted
misc(badges): badges standardization + new PyPi badges (#58)
Signed-off-by: Romain Beuque <[email protected]>
1 parent 5100f74 commit 0043bc5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,21 @@ credential creation and requests signing.
88
.. image:: https://img.shields.io/pypi/v/ovh.svg
99
:alt: PyPi Version
1010
:target: https://pypi.python.org/pypi/ovh
11+
.. image:: https://img.shields.io/pypi/status/ovh.svg
12+
:alt: PyPi repository status
13+
:target: https://pypi.python.org/pypi/ovh
14+
.. image:: https://img.shields.io/pypi/pyversions/ovh.svg
15+
:alt: PyPi supported Python versions
16+
:target: https://pypi.python.org/pypi/ovh
17+
.. image:: https://img.shields.io/pypi/wheel/ovh.svg
18+
:alt: PyPi Wheel status
19+
:target: https://pypi.python.org/pypi/ovh
1120
.. image:: https://travis-ci.org/ovh/python-ovh.svg?branch=master
1221
:alt: Build Status
1322
:target: https://travis-ci.org/ovh/python-ovh
14-
.. image:: https://coveralls.io/repos/ovh/python-ovh/badge.png
23+
.. image:: https://coveralls.io/repos/github/ovh/python-ovh/badge.svg
1524
:alt: Coverage Status
16-
:target: https://coveralls.io/r/ovh/python-ovh
25+
:target: https://coveralls.io/github/ovh/python-ovh
1726

1827
.. code:: python
1928

0 commit comments

Comments
 (0)