diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-08-31 15:17:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-31 15:17:36 (GMT) |
commit | 9668d4e6af184b6c120b37c1a3c2f74999a2c98d (patch) | |
tree | 2bc50a36a892375bd5e72a9b7e67793b5c553235 /README.rst | |
parent | 0b9ea4b211b24464c7d38f63e45e51c275c52dcd (diff) | |
download | cpython-9668d4e6af184b6c120b37c1a3c2f74999a2c98d.zip cpython-9668d4e6af184b6c120b37c1a3c2f74999a2c98d.tar.gz cpython-9668d4e6af184b6c120b37c1a3c2f74999a2c98d.tar.bz2 |
Add VSTS status badge to readme (GH-8958)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -9,6 +9,18 @@ This is Python version 3.7.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=3.7&label=Linux + :alt: CPython build status on VSTS (Linux) + :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=6&branchName=3.7 + +.. image:: https://python.visualstudio.com/cpython/_apis/build/status/macOS-Buildbot?branchName=3.7&label=macOS + :alt: CPython build status on VSTS (macOS) + :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=5&branchName=3.7 + +.. image:: https://python.visualstudio.com/cpython/_apis/build/status/Windows-Buildbot?branchName=3.7&label=Windows + :alt: CPython build status on VSTS (Windows) + :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=4&branchName=3.7 + .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg :alt: CPython code coverage on Codecov :target: https://codecov.io/gh/python/cpython |