Skip to content

Commit 3325657

Browse files
committed
Added badges to README.rst
1 parent da2df28 commit 3325657

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
domdf_python_tools
33
**********************
44

5-
Helpful functions for Python
5+
.. image:: https://travis-ci.com/domdfcoding/domdf_python_tools.svg?branch=master
6+
:target: https://travis-ci.com/domdfcoding/domdf_python_tools
7+
:alt: Build Status
8+
.. image:: https://readthedocs.org/projects/domdf_python_tools/badge/?version=latest
9+
:target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest
10+
:alt: Documentation Status
11+
.. image:: https://img.shields.io/pypi/v/domdf_python_tools.svg
12+
:target: https://pypi.org/project/domdf_python_tools/
13+
:alt: PyPI
14+
.. image:: https://img.shields.io/pypi/pyversions/domdf_python_tools.svg
15+
:target: https://pypi.org/project/domdf_python_tools/
16+
:alt: PyPI - Python Version
17+
.. image:: https://coveralls.io/repos/github/domdfcoding/domdf_python_tools/badge.svg?branch=master
18+
:target: https://coveralls.io/github/domdfcoding/domdf_python_tools?branch=master
19+
:alt: Coverage
620

721

22+
Helpful functions for Python

0 commit comments

Comments
 (0)