File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 62
62
uuid-dev
63
63
xvfb
64
64
displayName : ' Install dependencies'
65
+ condition : and(succeeded(), ne(variables['DocOnly'], 'true'))
65
66
66
67
67
68
- script : ./configure --with-pydebug
Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ This is Python version 3.6.6+
9
9
:alt: CPython build status on Appveyor
10
10
:target: https://ci.appveyor.com/project/python/cpython/branch/3.6
11
11
12
+ .. image :: https://python.visualstudio.com/cpython/_apis/build/status/Linux-Buildbot?branchName=3.6&label=Linux
13
+ :alt: CPython build status on VSTS (Linux)
14
+ :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=6&branchName=3.6
15
+
16
+ .. image :: https://python.visualstudio.com/cpython/_apis/build/status/macOS-Buildbot?branchName=3.6&label=macOS
17
+ :alt: CPython build status on VSTS (macOS)
18
+ :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=5&branchName=3.6
19
+
20
+ .. image :: https://python.visualstudio.com/cpython/_apis/build/status/Windows-Buildbot?branchName=3.6&label=Windows
21
+ :alt: CPython build status on VSTS (Windows)
22
+ :target: https://python.visualstudio.com/cpython/_build/latest?definitionId=4&branchName=3.6
23
+
12
24
.. image :: https://codecov.io/gh/python/cpython/branch/3.6/graph/badge.svg
13
25
:alt: CPython code coverage on Codecov
14
26
:target: https://codecov.io/gh/python/cpython
You can’t perform that action at this time.
0 commit comments