Skip to content

Commit

Permalink
Apply Azure badge everywhere (#4226)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Oct 18, 2019
1 parent b88cd26 commit f79f513
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
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 @@ -94,10 +94,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

0 comments on commit f79f513

Please sign in to comment.