Skip to content

Commit c7573a9

Browse files
committed
Merge pull request #778 from pytest-dev/pypi-badge
Use pypi version badge from shields.io
2 parents e890d60 + 84a476a commit c7573a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ pytest
55
The ``pytest`` testing tool makes it easy to write small tests, yet
66
scales to support complex functional testing.
77

8+
.. image:: http://img.shields.io/pypi/v/pytest.png
9+
:target: https://pypi.python.org/pypi/pytest
810
.. image:: https://coveralls.io/repos/pytest-dev/pytest/badge.png?branch=master
911
:target: https://coveralls.io/r/pytest-dev/pytest
1012
.. image:: https://travis-ci.org/pytest-dev/pytest.svg?branch=master
1113
:target: https://travis-ci.org/pytest-dev/pytest
1214
.. image:: https://ci.appveyor.com/api/projects/status/mrgbjaua7t33pg6b?svg=true
1315
:target: https://ci.appveyor.com/project/pytestbot/pytest
14-
.. image:: https://pypip.in/v/pytest/badge.png
15-
:target: https://pypi.python.org/pypi/pytest
1616

1717
Documentation: http://pytest.org/latest/
1818

0 commit comments

Comments
 (0)