From 1957c0a5ee68f8fd756a9cbbc2ae61c320b32dd7 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 3 Dec 2017 11:52:15 +0200 Subject: [PATCH 1/3] Use SVG build badge [CI skip] --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d42666011..2c26c17a5 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -.. 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://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/pypi/v/pytest-django.svg?style=flat :alt: PyPI Version :target: https://pypi.python.org/pypi/pytest-django From 90a4c248d6f8e697e070ec4ad2aa61f5cd1fafcc Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 3 Dec 2017 13:05:17 +0200 Subject: [PATCH 2/3] Add supported Python versions badge --- README.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 2c26c17a5..8b3acb558 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,18 @@ +.. image:: https://img.shields.io/pypi/v/pytest-django.svg?style=flat + :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-dgango + .. 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/pypi/v/pytest-django.svg?style=flat - :alt: PyPI Version - :target: https://pypi.python.org/pypi/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! ========================= From 1987496d90563a9a1f24b345c01d0284dfecd857 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 21 Dec 2017 11:24:30 +0200 Subject: [PATCH 3/3] Fix typo [CI skip] --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8b3acb558..18f4f8788 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ .. image:: https://img.shields.io/pypi/pyversions/pytest-django.svg :alt: Supported Python versions - :target: https://pypi.python.org/pypi/pytest-dgango + :target: https://pypi.python.org/pypi/pytest-django .. image:: https://travis-ci.org/pytest-dev/pytest-django.svg?branch=master :alt: Build Status