Skip to content

Commit 0d57913

Browse files
committed
CI badge
1 parent 8ae97c2 commit 0d57913

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ exec-helpers
33

44
.. image:: https://travis-ci.org/python-useful-helpers/exec-helpers.svg?branch=master
55
:target: https://travis-ci.org/python-useful-helpers/exec-helpers
6+
.. image:: https://dev.azure.com/python-useful-helpers/exec-helpers/_apis/build/status/python-useful-helpers.exec-helpers?branchName=master
7+
:target: https://dev.azure.com/python-useful-helpers/exec-helpers/_apis/build/status/python-useful-helpers.exec-helpers?branchName=master
68
.. image:: https://coveralls.io/repos/github/python-useful-helpers/exec-helpers/badge.svg?branch=master
79
:target: https://coveralls.io/github/python-useful-helpers/exec-helpers?branch=master
810
.. image:: https://readthedocs.org/projects/exec-helpers/badge/?version=latest
@@ -345,4 +347,6 @@ For code checking several CI systems is used in parallel:
345347

346348
1. `Travis CI: <https://travis-ci.org/python-useful-helpers/exec-helpers>`_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls.
347349

348-
2. `coveralls: <https://coveralls.io/github/python-useful-helpers/exec-helpers>`_ is used for coverage display.
350+
2. `Azure Pipelines: <https://dev.azure.com/python-useful-helpers/exec-helpers/_apis/build/status/python-useful-helpers.exec-helpers?branchName=master`_ is used for windows compatibility checking.
351+
352+
3. `coveralls: <https://coveralls.io/github/python-useful-helpers/exec-helpers>`_ is used for coverage display.

0 commit comments

Comments
 (0)