Skip to content

Commit 5434b8a

Browse files
Merge pull request #84 from stephendonner/python-3-badge
Python 3 readiness badge
2 parents 2a25232 + 03a4326 commit 5434b8a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@ axe-selenium-python integrates aXe and selenium to enable automated web accessib
55

66
*This version of axe-selenium-python is using axe-core@3.0.0.*
77

8-
.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg?style=for-the-badge
8+
.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg?style=flat-square
99
:target: https://github.com/mozilla-services/axe-selenium-python/blob/master/LICENSE.txt
1010
:alt: License
11-
.. image:: https://img.shields.io/pypi/v/axe-selenium-python.svg?style=for-the-badge
11+
.. image:: https://img.shields.io/pypi/v/axe-selenium-python.svg?style=flat-square
1212
:target: https://pypi.org/project/axe-selenium-python/
1313
:alt: PyPI
14-
.. image:: https://img.shields.io/travis/mozilla-services/axe-selenium-python.svg?style=for-the-badge
14+
.. image:: https://img.shields.io/travis/mozilla-services/axe-selenium-python.svg?style=flat-square
1515
:target: https://travis-ci.org/mozilla-services/axe-selenium-python
1616
:alt: Travis
17-
.. image:: https://img.shields.io/pypi/wheel/axe-selenium-python.svg?style=for-the-badge
17+
.. image:: https://img.shields.io/pypi/wheel/axe-selenium-python.svg?style=flat-square
1818
:target: https://pypi.org/project/axe-selenium-python/
1919
:alt: wheel
20-
.. image:: https://img.shields.io/github/issues-raw/mozilla-services/axe-selenium-python.svg?style=for-the-badge
20+
.. image:: https://img.shields.io/github/issues-raw/mozilla-services/axe-selenium-python.svg?style=flat-square
2121
:target: https://github.com/mozilla-services/axe-selenium-python/issues
2222
:alt: Issues
23+
.. image:: https://pyup.io/repos/github/mozilla-services/axe-selenium-python/python-3-shield.svg?style=flat-square
24+
:target: https://pyup.io/repos/github/mozilla-services/axe-selenium-python/
25+
:alt: Python 3
2326

2427

2528
Requirements

0 commit comments

Comments
 (0)