Skip to content

Commit

Permalink
Add badges in README
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet committed Apr 2, 2016
1 parent ed4a6ad commit 194744b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Python Fix Imports
******************

|travis-badge|_ |codecov-badge|_ |readthedocs-badge|_

Python Fix Imports is a Python module that can automatically reorganize the ``import`` statements of
your Python script, sorting them in respect the "one import, one line" principle.

Expand Down Expand Up @@ -150,3 +152,11 @@ Release and upload to Pypi
.. code-block:: bash
$ twine upload dist/*
.. |travis-badge| image:: https://travis-ci.org/Stibbons/fiximports.svg?branch=master
.. _travis-badge: https://travis-ci.org/Stibbons/fiximports
.. |codecov-badge| image:: http://codecov.io/github/Stibbons/fiximports/coverage.svg?branch=master
.. _codecov-badge: http://codecov.io/github/Stibbons/fiximports?branch=master
.. |readthedocs-badge| image:: https://readthedocs.org/projects/fiximports/badge/?version=latest
.. _readthedocs-badge: https://readthedocs.org/projects/fiximports/builds/

0 comments on commit 194744b

Please sign in to comment.