Skip to content

Commit

Permalink
Migrate CI/CD: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Feb 4, 2019
1 parent 5fc38a9 commit fa79f70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SQLAlchemy-JSONField
====================

.. image:: https://travis-ci.org/penguinolog/sqlalchemy_jsonfield.svg?branch=master
:target: https://travis-ci.org/penguinolog/sqlalchemy_jsonfield
.. image:: https://travis-ci.com/penguinolog/sqlalchemy_jsonfield.svg?branch=master
:target: https://travis-ci.com/penguinolog/sqlalchemy_jsonfield
.. image:: https://coveralls.io/repos/github/penguinolog/sqlalchemy_jsonfield/badge.svg?branch=master
:target: https://coveralls.io/github/penguinolog/sqlalchemy_jsonfield?branch=master
.. image:: https://img.shields.io/circleci/project/github/penguinolog/sqlalchemy_jsonfield.svg
Expand Down Expand Up @@ -130,12 +130,12 @@ CI systems
==========
For code checking several CI systems is used in parallel:

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

2. `coveralls: <https://coveralls.io/github/penguinolog/sqlalchemy_jsonfield>`_ is used for coverage display.

3. `Circle CI: <https://circleci.com/gh/penguinolog/sqlalchemy_jsonfield>`_ is used for functional tests at separate docker infrastructure. This CI used for **HUGE** tests.

CD system
=========
`Travis CI: <https://travis-ci.org/penguinolog/sqlalchemy_jsonfield>`_ is used for package delivery on PyPI.
`Travis CI: <https://travis-ci.com/penguinolog/sqlalchemy_jsonfield>`_ is used for package delivery on PyPI.

0 comments on commit fa79f70

Please sign in to comment.