diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1714b7f..ac71098 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -36,6 +36,8 @@ Other - Change configuration for Tox: change the requirements for ``pip`` to "pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5). +- Migrating project to `travis-ci.com `_. + v1.2.12 (2021-03-13) ==================== @@ -419,7 +421,7 @@ Added Other ----- -- Improve `Travis `_ configuration file (compatibility from Python 2.6 to 3.7-dev, and PyPy). +- Improve `Travis `_ configuration file (compatibility from Python 2.6 to 3.7-dev, and PyPy). - Add `AppVeyor `_ configuration file. - Add `Tox `_ configuration file. - Add `BumpVersion `_ configuration file. diff --git a/README.md b/README.md index 5d89cd5..ae0d38f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Python ``@deprecated`` decorator to deprecate old python classes, functions or methods. -[![Build Status](https://travis-ci.org/tantale/deprecated.svg?branch=master)](https://travis-ci.org/tantale/deprecated) +[![Build Status](https://travis-ci.com/tantale/deprecated.svg?branch=master)](https://travis-ci.com/tantale/deprecated) [![Build status](https://ci.appveyor.com/api/projects/status/ctgktcdg2pf8lsxe?svg=true)](https://ci.appveyor.com/project/tantale/deprecated) [![Coverage Status](https://coveralls.io/repos/github/tantale/deprecated/badge.svg?branch=master)](https://coveralls.io/github/tantale/deprecated?branch=master) [![GitHub version](https://badge.fury.io/gh/tantale%2Fdeprecated.svg)](https://badge.fury.io/gh/tantale%2Fdeprecated)