Skip to content

Commit 088adfc

Browse files
committed
Moved build badges to top of README
1 parent 2d0b5d9 commit 088adfc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
pycodestyle (formerly called pep8) - Python style guide checker
22
===============================================================
33

4+
.. image:: https://img.shields.io/travis/PyCQA/pycodestyle.svg
5+
:target: https://travis-ci.org/PyCQA/pycodestyle
6+
:alt: Build status
7+
8+
.. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg
9+
:target: https://pypi.python.org/pypi/pycodestyle
10+
:alt: Wheel Status
11+
412
.. image:: https://badges.gitter.im/PyCQA/pycodestyle.svg
513
:alt: Join the chat at https://gitter.im/PyCQA/pycodestyle
614
: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::
9199
Links
92100
-----
93101

94-
.. image:: https://img.shields.io/travis/PyCQA/pycodestyle.svg
95-
:target: https://travis-ci.org/PyCQA/pycodestyle
96-
:alt: Build status
97-
98-
.. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg
99-
:target: https://pypi.python.org/pypi/pycodestyle
100-
:alt: Wheel Status
101-
102102
* `Read the documentation <https://pycodestyle.readthedocs.io/>`_
103103

104104
* `Fork me on GitHub <http://github.com/PyCQA/pycodestyle>`_

0 commit comments

Comments
 (0)