summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnatoly Bubenkov <bubenkoff@gmail.com>2015-06-16 04:05:30 +0200
committerAnatoly Bubenkov <bubenkoff@gmail.com>2015-06-16 04:05:30 +0200
commitc7573a92b28cde9e5f73833466e0a109316f7cdc (patch)
tree126c243eeff37b68cfb7da5c40b720f28bf6fe2c /README.rst
parente890d60459b8ea72c27700832a8e07f26f51d206 (diff)
parent84a476af8720298079c97db343fe05f560498a69 (diff)
downloadpytest-c7573a92b28cde9e5f73833466e0a109316f7cdc.tar.gz
Merge pull request #778 from pytest-dev/pypi-badge
Use pypi version badge from shields.io
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c01140731..c6bc936ea 100644
--- a/README.rst
+++ b/README.rst
@@ -5,14 +5,14 @@ pytest
The ``pytest`` testing tool makes it easy to write small tests, yet
scales to support complex functional testing.
+.. image:: http://img.shields.io/pypi/v/pytest.png
+ :target: https://pypi.python.org/pypi/pytest
.. image:: https://coveralls.io/repos/pytest-dev/pytest/badge.png?branch=master
:target: https://coveralls.io/r/pytest-dev/pytest
.. image:: https://travis-ci.org/pytest-dev/pytest.svg?branch=master
:target: https://travis-ci.org/pytest-dev/pytest
.. image:: https://ci.appveyor.com/api/projects/status/mrgbjaua7t33pg6b?svg=true
:target: https://ci.appveyor.com/project/pytestbot/pytest
-.. image:: https://pypip.in/v/pytest/badge.png
- :target: https://pypi.python.org/pypi/pytest
Documentation: http://pytest.org/latest/