We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e890d60 + 84a476a commit c7573a9Copy full SHA for c7573a9
README.rst
@@ -5,14 +5,14 @@ pytest
5
The ``pytest`` testing tool makes it easy to write small tests, yet
6
scales to support complex functional testing.
7
8
+.. image:: http://img.shields.io/pypi/v/pytest.png
9
+ :target: https://pypi.python.org/pypi/pytest
10
.. image:: https://coveralls.io/repos/pytest-dev/pytest/badge.png?branch=master
11
:target: https://coveralls.io/r/pytest-dev/pytest
12
.. image:: https://travis-ci.org/pytest-dev/pytest.svg?branch=master
13
:target: https://travis-ci.org/pytest-dev/pytest
14
.. image:: https://ci.appveyor.com/api/projects/status/mrgbjaua7t33pg6b?svg=true
15
:target: https://ci.appveyor.com/project/pytestbot/pytest
-.. image:: https://pypip.in/v/pytest/badge.png
- :target: https://pypi.python.org/pypi/pytest
16
17
Documentation: http://pytest.org/latest/
18
0 commit comments