Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] Apply Azure badge everywhere (#4226) #4228

Merged
merged 1 commit into from
Oct 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Please feel free to file an issue on the `bug tracker
<https://github.com/aio-libs/aiohttp/issues>`_ if you have found a bug
or have some suggestion in order to improve the library.

The library uses `Travis <https://travis-ci.com/aio-libs/aiohttp>`_ for
The library uses `Azure Pipelines <https://dev.azure.com/aio-libs/aiohttp/_build>`_ for
Continuous Integration.


Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down