Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch badges from 'pypip.in' to 'shields.io' #13

Merged
merged 1 commit into from
Jul 1, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down