diff --git a/docs/conf.py b/docs/conf.py index 2a5e4af7f0d..9ba0e2684c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -157,10 +157,10 @@ 'github_button': True, 'github_type': 'star', 'github_banner': True, - 'badges': [{'image': 'https://travis-ci.com/aio-libs/aiohttp.svg?branch=master', - 'target': 'https://travis-ci.com/aio-libs/aiohttp', + 'badges': [{'image': 'https://dev.azure.com/aio-libs/aiohttp/_apis/build/status/CI?branchName=master', + 'target': 'https://dev.azure.com/aio-libs/aiohttp/_build', 'height': '20', - 'alt': 'Travis CI status'}, + 'alt': 'Azure Pipelines CI status'}, {'image': 'https://codecov.io/github/aio-libs/aiohttp/coverage.svg?branch=master', 'target': 'https://codecov.io/github/aio-libs/aiohttp', 'height': '20', diff --git a/docs/index.rst b/docs/index.rst index 94ff1ec9618..18e585d74fe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -123,7 +123,7 @@ Please feel free to file an issue on the `bug tracker `_ if you have found a bug or have some suggestion in order to improve the library. -The library uses `Travis `_ for +The library uses `Azure Pipelines `_ for Continuous Integration. diff --git a/setup.py b/setup.py index 8039b517846..b9f3f8b5ff0 100644 --- a/setup.py +++ b/setup.py @@ -124,10 +124,7 @@ def read(f): url='https://github.com/aio-libs/aiohttp', project_urls={ 'Chat: Gitter': 'https://gitter.im/aio-libs/Lobby', - 'CI: AppVeyor': 'https://ci.appveyor.com/project/aio-libs/aiohttp', - 'CI: Circle': 'https://circleci.com/gh/aio-libs/aiohttp', - 'CI: Shippable': 'https://app.shippable.com/github/aio-libs/aiohttp', - 'CI: Travis': 'https://travis-ci.com/aio-libs/aiohttp', + 'CI: Azure Pipelines': 'https://dev.azure.com/aio-libs/aiohttp/_build', 'Coverage: codecov': 'https://codecov.io/github/aio-libs/aiohttp', 'Docs: RTD': 'https://docs.aiohttp.org', 'GitHub: issues': 'https://github.com/aio-libs/aiohttp/issues',