From fa79f706c0fa7143e130013478903db3d06db2ac Mon Sep 17 00:00:00 2001 From: Aleksei Stepanov Date: Mon, 4 Feb 2019 11:01:22 +0100 Subject: [PATCH] Migrate CI/CD: update readme --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 233b15b..290a187 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -130,7 +130,7 @@ CI systems ========== For code checking several CI systems is used in parallel: -1. `Travis CI: `_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls. +1. `Travis CI: `_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls. 2. `coveralls: `_ is used for coverage display. @@ -138,4 +138,4 @@ For code checking several CI systems is used in parallel: CD system ========= -`Travis CI: `_ is used for package delivery on PyPI. +`Travis CI: `_ is used for package delivery on PyPI.