Skip to content

Commit 18cbae1

Browse files
authored
Merge pull request #155 from hoefling/shields-badges
use badges with logo from shields.io
2 parents 1346f6d + 658001e commit 18cbae1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
python-xmlsec
22
=============
33

4-
.. image:: https://travis-ci.org/mehcode/python-xmlsec.png?branch=master
4+
.. image:: https://img.shields.io/pypi/v/xmlsec.svg?logo=python&logoColor=white
5+
:target: https://pypi.python.org/pypi/xmlsec
6+
.. image:: https://img.shields.io/travis/com/mehcode/python-xmlsec/master.svg?logo=travis&logoColor=white&label=Travis%20CI
57
:target: https://travis-ci.org/mehcode/python-xmlsec
6-
.. image:: https://ci.appveyor.com/api/projects/status/ij87xk5wo8a39jua?svg=true
8+
.. image:: https://img.shields.io/appveyor/ci/hoefling/xmlsec/master.svg?logo=appveyor&logoColor=white&label=AppVeyor
79
:target: https://ci.appveyor.com/project/hoefling/xmlsec
810
.. image:: https://github.com/mehcode/python-xmlsec/workflows/manylinux2010/badge.svg
911
:target: https://github.com/mehcode/python-xmlsec/actions?query=workflow%3A%22manylinux2010%22
1012
.. image:: https://github.com/mehcode/python-xmlsec/workflows/MacOS/badge.svg
1113
:target: https://github.com/mehcode/python-xmlsec/actions?query=workflow%3A%22MacOS%22
1214
.. image:: https://codecov.io/gh/mehcode/python-xmlsec/branch/master/graph/badge.svg
1315
:target: https://codecov.io/gh/mehcode/python-xmlsec
14-
.. image:: https://img.shields.io/pypi/v/xmlsec.svg
15-
:target: https://pypi.python.org/pypi/xmlsec
16-
.. image:: https://readthedocs.org/projects/xmlsec/badge/?version=latest
16+
.. image:: https://img.shields.io/readthedocs/xmlsec/latest?logo=read-the-docs
1717
:target: https://xmlsec.readthedocs.io/en/latest/?badge=latest
1818
:alt: Documentation Status
1919

0 commit comments

Comments
 (0)