Skip to content

Commit 19e8803

Browse files
committed
Adding badge for python versions
1 parent ddc1e36 commit 19e8803

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,25 @@ of a test:
1515
UnixFS.rm('file')
1616
os.remove.assert_called_once_with('file')
1717
18-
|version| |downloads| |ci| |coverage|
1918
20-
.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.png
19+
|python| |version| |downloads| |ci| |coverage|
20+
21+
.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.svg
2122
:target: https://crate.io/packages/pytest-mock
2223

23-
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-mock.png
24+
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-mock.svg
2425
:target: https://crate.io/packages/pytest-mock
2526

26-
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-mock.png
27+
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-mock.svg
2728
:target: https://travis-ci.org/nicoddemus/pytest-mock
2829

29-
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-mock.png
30+
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-mock.svg
3031
:target: https://coveralls.io/r/nicoddemus/pytest-mock
3132

33+
.. |python| image:: https://pypip.in/py_versions/pytest-mock/badge.svg
34+
:target: https://pypi.python.org/pypi/pytest-mock/
35+
:alt: Supported Python versions
36+
3237

3338
Usage
3439
=====

0 commit comments

Comments
 (0)