Skip to content

Commit 794d6d5

Browse files
hugovkblueyed
authored andcommitted
Update badges (#549)
* Use SVG build badge * Add supported Python versions badge [ci skip]
1 parent 94cccb9 commit 794d6d5

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
.. image:: https://secure.travis-ci.org/pytest-dev/pytest-django.png?branch=master
2-
:alt: Build Status
3-
:target: https://travis-ci.org/pytest-dev/pytest-django
41
.. image:: https://img.shields.io/pypi/v/pytest-django.svg?style=flat
5-
:alt: PyPI Version
6-
:target: https://pypi.python.org/pypi/pytest-django
2+
:alt: PyPI Version
3+
:target: https://pypi.python.org/pypi/pytest-django
4+
5+
.. image:: https://img.shields.io/pypi/pyversions/pytest-django.svg
6+
:alt: Supported Python versions
7+
:target: https://pypi.python.org/pypi/pytest-django
8+
9+
.. image:: https://travis-ci.org/pytest-dev/pytest-django.svg?branch=master
10+
:alt: Build Status
11+
:target: https://travis-ci.org/pytest-dev/pytest-django
12+
713
.. image:: https://img.shields.io/codecov/c/github/pytest-dev/pytest-django.svg?style=flat
8-
:alt: Coverage
9-
:target: https://codecov.io/gh/pytest-dev/pytest-django
14+
:alt: Coverage
15+
:target: https://codecov.io/gh/pytest-dev/pytest-django
1016

1117
Welcome to pytest-django!
1218
=========================

0 commit comments

Comments
 (0)