From 36f6d03df8911107ea59f0c1d4d73c8b50ee9113 Mon Sep 17 00:00:00 2001 From: Nicolas Dubois Date: Tue, 30 Jun 2015 23:34:39 +0200 Subject: [PATCH] Switch badges from 'pypip.in' to 'shields.io' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'pypip.in' remains unavailable for several months now: - https://github.com/badges/pypipins/issues/37 - https://github.com/badges/pypipins/issues/38 - https://github.com/badges/pypipins/issues/39 Too bad… Let's use 'shields.io' instead (which has now badges like python versions and current version on PyPI). --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index bfa2919..c586959 100644 --- a/README.rst +++ b/README.rst @@ -2,16 +2,17 @@ Adyen package for django-oscar ============================== -.. image:: https://pypip.in/version/django-oscar-adyen/badge.svg +.. image:: https://img.shields.io/pypi/v/django-oscar-adyen.svg :target: https://pypi.python.org/pypi/django-oscar-adyen/ - :alt: Latest Version + :alt: Latest Version on PyPI -.. image:: https://pypip.in/py_versions/django-oscar-adyen/badge.svg +.. image:: https://img.shields.io/pypi/pyversions/django-oscar-adyen.svg :target: https://pypi.python.org/pypi/django-oscar-adyen/ :alt: Supported Python versions -.. image:: https://api.travis-ci.org/oscaro/django-oscar-adyen.svg +.. image:: https://img.shields.io/travis/oscaro/django-oscar-adyen.svg :target: https://travis-ci.org/oscaro/django-oscar-adyen + :alt: TravisCI status This package provides integration with the `Adyen`_ payment gateway. It is designed to work seamlessly with the e-commerce framework `django-oscar`_ but