Skip to content

Commit

Permalink
Trying to get README badges on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Apr 8, 2024
1 parent 288e3e1 commit 98545b6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
.. image:: https://img.shields.io/pypi/pyversions/duviz
|badge_pypi| |badge_tests| |badge_precommit|

.. |badge_pypi| image:: https://img.shields.io/pypi/pyversions/duviz
:target: https://pypi.org/project/duviz/
:alt: PyPI - Python Version
.. image:: https://github.com/soxofaan/duviz/actions/workflows/unittests.yml/badge.svg?branch=main
.. |badge_tests| image:: https://github.com/soxofaan/duviz/actions/workflows/unittests.yml/badge.svg?branch=main
:target: https://github.com/soxofaan/duviz/actions/workflows/unittests.yml
:alt: unit tests
.. image:: https://github.com/soxofaan/duviz/actions/workflows/pre-commit.yml/badge.svg?branch=main
.. |badge_precommit| image:: https://github.com/soxofaan/duviz/actions/workflows/pre-commit.yml/badge.svg?branch=main
:target: https://github.com/soxofaan/duviz/actions/workflows/pre-commit.yml
:alt: pre-commit

Expand Down

0 comments on commit 98545b6

Please sign in to comment.