Skip to content

Commit

Permalink
Added black and pytest badges (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Mar 16, 2020
1 parent 2996be3 commit 1fb6780
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,27 @@
gilt
****

.. image:: https://github.com/retr0h/gilt/workflows/Tests/badge.svg
.. image:: https://img.shields.io/github/workflow/status/retr0h/gilt/Tests?style=flat
:target: https://github.com/retr0h/gilt/actions
:alt: Actions Status

.. image:: https://badge.fury.io/py/python-gilt.svg
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat
:target: https://github.com/psf/black
:alt: Black

.. image:: https://img.shields.io/badge/test%20suite-pytest-009bdb.svg?style=flat
:target: https://docs.pytest.org/
:alt: PyTest

.. image:: https://badge.fury.io/py/python-gilt.svg?style=flat
:target: https://badge.fury.io/py/python-gilt
:alt: PyPI Package

.. image:: https://readthedocs.org/projects/gilt/badge/?version=latest
.. image:: https://readthedocs.org/projects/gilt/badge/?version=latest&style=flat
:target: https://gilt.readthedocs.io/en/latest/
:alt: Documentation Status

.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
:target: LICENSE
:alt: Repository License

Expand Down

0 comments on commit 1fb6780

Please sign in to comment.