Skip to content

Commit 3b2fd83

Browse files
committed
Using PNG badges because PyPI doesn't support SVG
1 parent 19e8803 commit 3b2fd83

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,25 @@ of a test:
1616
os.remove.assert_called_once_with('file')
1717
1818
19+
.. Using PNG badges because PyPI doesn't support SVG
20+
1921
|python| |version| |downloads| |ci| |coverage|
2022

21-
.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.svg
22-
:target: https://crate.io/packages/pytest-mock
23+
.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.png
24+
:target: https://pypi.python.org/pypi/pytest-mock
2325

24-
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-mock.svg
25-
:target: https://crate.io/packages/pytest-mock
26+
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-mock.png
27+
:target: https://pypi.python.org/pypi/pytest-mock
2628

27-
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-mock.svg
29+
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-mock.png
2830
:target: https://travis-ci.org/nicoddemus/pytest-mock
2931

30-
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-mock.svg
32+
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-mock.png
3133
:target: https://coveralls.io/r/nicoddemus/pytest-mock
3234

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
35+
.. |python| image:: https://pypip.in/py_versions/pytest-mock/badge.png
36+
:target: https://pypi.python.org/pypi/pytest-mock/
37+
:alt: Supported Python versions
3638

3739

3840
Usage

0 commit comments

Comments
 (0)