Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 757b73c

Browse files
authored
Add VSTS status badge to readme (GH-8958)
1 parent 77b112c commit 757b73c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,26 @@ This is Python version 3.8.0 alpha 0
99
:alt: CPython build status on Appveyor
1010
:target: https://ci.appveyor.com/project/python/cpython/branch/master
1111

12+
.. image:: https://python.visualstudio.com/cpython/_apis/build/status/Linux-Buildbot?branchName=master&label=Linux
13+
:alt: CPython build status on VSTS (Linux)
14+
:target: https://python.visualstudio.com/cpython/_build/latest?definitionId=6&branchName=master
15+
16+
.. image:: https://python.visualstudio.com/cpython/_apis/build/status/macOS-Buildbot?branchName=master&label=macOS
17+
:alt: CPython build status on VSTS (macOS)
18+
:target: https://python.visualstudio.com/cpython/_build/latest?definitionId=5&branchName=master
19+
20+
.. image:: https://python.visualstudio.com/cpython/_apis/build/status/Windows-Buildbot?branchName=master&label=Windows
21+
:alt: CPython build status on VSTS (Windows)
22+
:target: https://python.visualstudio.com/cpython/_build/latest?definitionId=4&branchName=master
23+
1224
.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
1325
:alt: CPython code coverage on Codecov
1426
:target: https://codecov.io/gh/python/cpython
1527

1628
.. image:: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
1729
:alt: Python Zulip chat
1830
:target: https://python.zulipchat.com
19-
31+
2032

2133
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2234
2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation. All rights

0 commit comments

Comments
 (0)