From 190326c1869e04ded90a573e5ea8a2d13e6576f0 Mon Sep 17 00:00:00 2001 From: Kevin Yap Date: Sat, 20 Jun 2015 10:58:38 -0700 Subject: [PATCH] Use SVGs for all README badges --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ad27727dc..acfbf5496 100644 --- a/README.rst +++ b/README.rst @@ -5,9 +5,9 @@ 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 +.. image:: http://img.shields.io/pypi/v/pytest.svg :target: https://pypi.python.org/pypi/pytest -.. image:: http://img.shields.io/coveralls/pytest-dev/pytest.png?branch=master +.. image:: http://img.shields.io/coveralls/pytest-dev/pytest/master.svg :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