diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-11-04 08:01:14 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-11-04 08:01:14 -0700 |
commit | 088adfc7f7a4ab52e0bc464aa54ec351e7994eb4 (patch) | |
tree | 635423dec7bacceddaff2cee10478e1451735d38 | |
parent | 2d0b5d95df7f31d5ee7955ff0fceccbd8cad7944 (diff) | |
download | pep8-088adfc7f7a4ab52e0bc464aa54ec351e7994eb4.tar.gz |
Moved build badges to top of README
-rw-r--r-- | README.rst | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,14 @@ pycodestyle (formerly called pep8) - Python style guide checker =============================================================== +.. image:: https://img.shields.io/travis/PyCQA/pycodestyle.svg + :target: https://travis-ci.org/PyCQA/pycodestyle + :alt: Build status + +.. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg + :target: https://pypi.python.org/pypi/pycodestyle + :alt: Wheel Status + .. image:: https://badges.gitter.im/PyCQA/pycodestyle.svg :alt: Join the chat at https://gitter.im/PyCQA/pycodestyle :target: https://gitter.im/PyCQA/pycodestyle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge @@ -91,14 +99,6 @@ Or you can display how often each error was found:: Links ----- -.. image:: https://img.shields.io/travis/PyCQA/pycodestyle.svg - :target: https://travis-ci.org/PyCQA/pycodestyle - :alt: Build status - -.. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg - :target: https://pypi.python.org/pypi/pycodestyle - :alt: Wheel Status - * `Read the documentation <https://pycodestyle.readthedocs.io/>`_ * `Fork me on GitHub <http://github.com/PyCQA/pycodestyle>`_ |