diff --git a/README.rst b/README.rst index d42666011..18f4f8788 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,18 @@ -.. image:: https://secure.travis-ci.org/pytest-dev/pytest-django.png?branch=master - :alt: Build Status - :target: https://travis-ci.org/pytest-dev/pytest-django .. image:: https://img.shields.io/pypi/v/pytest-django.svg?style=flat - :alt: PyPI Version - :target: https://pypi.python.org/pypi/pytest-django + :alt: PyPI Version + :target: https://pypi.python.org/pypi/pytest-django + +.. image:: https://img.shields.io/pypi/pyversions/pytest-django.svg + :alt: Supported Python versions + :target: https://pypi.python.org/pypi/pytest-django + +.. image:: https://travis-ci.org/pytest-dev/pytest-django.svg?branch=master + :alt: Build Status + :target: https://travis-ci.org/pytest-dev/pytest-django + .. image:: https://img.shields.io/codecov/c/github/pytest-dev/pytest-django.svg?style=flat - :alt: Coverage - :target: https://codecov.io/gh/pytest-dev/pytest-django + :alt: Coverage + :target: https://codecov.io/gh/pytest-dev/pytest-django Welcome to pytest-django! =========================