Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
CD systems
  • Loading branch information
penguinolog committed Nov 19, 2018
1 parent 90034ea commit c76eac0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.rst
Expand Up @@ -3,6 +3,9 @@ logwrap

.. image:: https://travis-ci.org/python-useful-helpers/logwrap.svg?branch=master
:target: https://travis-ci.org/python-useful-helpers/logwrap
.. image:: https://img.shields.io/azure-devops/build/:penguinolog/:logwrap/:1.svg
:alt: Azure DevOps builds
:target: https://dev.azure.com/penguinolog/logwrap/_build?definitionId=1
.. image:: https://coveralls.io/repos/github/python-useful-helpers/logwrap/badge.svg?branch=master
:target: https://coveralls.io/github/python-useful-helpers/logwrap?branch=master
.. image:: https://readthedocs.org/projects/logwrap/badge/?version=latest
Expand Down Expand Up @@ -303,6 +306,10 @@ For code checking several CI systems is used in parallel:

2. `coveralls: <https://coveralls.io/github/python-useful-helpers/logwrap>`_ is used for coverage display.

CD system
=========
`Travis CI: <https://travis-ci.org/python-useful-helpers/logwrap>`_ is used for package delivery on PyPI.
3. `Azure CI: <https://dev.azure.com/penguinolog/logwrap/_build?definitionId=1>`_ is used for functional tests on Windows.

CD systems
==========
1. `Travis CI: <https://travis-ci.org/python-useful-helpers/logwrap>`_ is used for linux and SDIST package delivery on PyPI.

2. `Azure CI: <https://dev.azure.com/penguinolog/logwrap/_build?definitionId=1>`_ is used for Windows package delivery on PyPI.

0 comments on commit c76eac0

Please sign in to comment.