From 5b893d95fad1252901c4c48f8d77eb96bfd05867 Mon Sep 17 00:00:00 2001 From: Stephen Donner Date: Wed, 11 Apr 2018 03:11:27 -0700 Subject: [PATCH 1/2] Add Python 3 readiness badge --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index bdc9f57..614c1c6 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,9 @@ axe-selenium-python integrates aXe and selenium to enable automated web accessib .. image:: https://img.shields.io/github/issues-raw/mozilla-services/axe-selenium-python.svg?style=for-the-badge :target: https://github.com/mozilla-services/axe-selenium-python/issues :alt: Issues +.. image:: https://pyup.io/repos/github/mozilla-services/axe-selenium-python/python-3-shield.svg?style=for-the-badge + :target: https://pyup.io/repos/github/mozilla-services/axe-selenium-python/ + :alt: Python 3 Requirements From 03a43262b94da445fc60d2bb3af2074b8acdb1f6 Mon Sep 17 00:00:00 2001 From: Stephen Donner Date: Wed, 11 Apr 2018 03:18:27 -0700 Subject: [PATCH 2/2] Accomodate pyup, which doesn't have the for-the-badge style --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 614c1c6..5916a16 100644 --- a/README.rst +++ b/README.rst @@ -5,22 +5,22 @@ axe-selenium-python integrates aXe and selenium to enable automated web accessib *This version of axe-selenium-python is using axe-core@3.0.0.* -.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg?style=for-the-badge +.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg?style=flat-square :target: https://github.com/mozilla-services/axe-selenium-python/blob/master/LICENSE.txt :alt: License -.. image:: https://img.shields.io/pypi/v/axe-selenium-python.svg?style=for-the-badge +.. image:: https://img.shields.io/pypi/v/axe-selenium-python.svg?style=flat-square :target: https://pypi.org/project/axe-selenium-python/ :alt: PyPI -.. image:: https://img.shields.io/travis/mozilla-services/axe-selenium-python.svg?style=for-the-badge +.. image:: https://img.shields.io/travis/mozilla-services/axe-selenium-python.svg?style=flat-square :target: https://travis-ci.org/mozilla-services/axe-selenium-python :alt: Travis -.. image:: https://img.shields.io/pypi/wheel/axe-selenium-python.svg?style=for-the-badge +.. image:: https://img.shields.io/pypi/wheel/axe-selenium-python.svg?style=flat-square :target: https://pypi.org/project/axe-selenium-python/ :alt: wheel -.. image:: https://img.shields.io/github/issues-raw/mozilla-services/axe-selenium-python.svg?style=for-the-badge +.. image:: https://img.shields.io/github/issues-raw/mozilla-services/axe-selenium-python.svg?style=flat-square :target: https://github.com/mozilla-services/axe-selenium-python/issues :alt: Issues -.. image:: https://pyup.io/repos/github/mozilla-services/axe-selenium-python/python-3-shield.svg?style=for-the-badge +.. image:: https://pyup.io/repos/github/mozilla-services/axe-selenium-python/python-3-shield.svg?style=flat-square :target: https://pyup.io/repos/github/mozilla-services/axe-selenium-python/ :alt: Python 3