diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-09-11 17:47:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 17:47:46 (GMT) |
commit | b7d613fc5636d5d8c5ec32d8004c095e20cc4d7d (patch) | |
tree | 5a79cee4e6b8e94fa7f8a9ec2f2e3eeedc7601f4 /README.rst | |
parent | 08bcf647d8a92e4bd47531588b284c6820b7a7ef (diff) | |
download | cpython-b7d613fc5636d5d8c5ec32d8004c095e20cc4d7d.zip cpython-b7d613fc5636d5d8c5ec32d8004c095e20cc4d7d.tar.gz cpython-b7d613fc5636d5d8c5ec32d8004c095e20cc4d7d.tar.bz2 |
Update VSTS to Azure DevOps and simplify dependencies (GH-9168)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -9,17 +9,17 @@ This is Python version 3.8.0 alpha 0 :alt: CPython build status on Appveyor :target: https://ci.appveyor.com/project/python/cpython/branch/master -.. image:: https://python.visualstudio.com/cpython/_apis/build/status/Linux-Buildbot?branchName=master&label=Linux - :alt: CPython build status on VSTS (Linux) - :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=6&branchName=master +.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Linux-Buildbot?branchName=master&label=Linux + :alt: CPython build status on Azure DevOps (Linux) + :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=6&branchName=master -.. image:: https://python.visualstudio.com/cpython/_apis/build/status/macOS-Buildbot?branchName=master&label=macOS - :alt: CPython build status on VSTS (macOS) - :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=5&branchName=master +.. image:: https://dev.azure.com/python/cpython/_apis/build/status/macOS-Buildbot?branchName=master&label=macOS + :alt: CPython build status on Azure DevOps (macOS) + :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=5&branchName=master -.. image:: https://python.visualstudio.com/cpython/_apis/build/status/Windows-Buildbot?branchName=master&label=Windows - :alt: CPython build status on VSTS (Windows) - :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=4&branchName=master +.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Windows-Buildbot?branchName=master&label=Windows + :alt: CPython build status on Azure DevOps (Windows) + :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg :alt: CPython code coverage on Codecov |