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

Skip to content

Commit b6029f9

Browse files
zwarened-deily
authored andcommitted
Update badges in README.rst (GH-16710)
We no longer use AppVeyor in 3.x, and others were still pointed at master.
1 parent 49d7428 commit b6029f9

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
This is Python version 3.7.5 release candidate+
22
===============================================
33

4-
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
4+
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
55
:alt: CPython build status on Travis CI
6-
:target: https://travis-ci.org/python/cpython
7-
8-
.. image:: https://ci.appveyor.com/api/projects/status/4mew1a93xdkbf5ua/branch/master?svg=true
9-
:alt: CPython build status on Appveyor
10-
:target: https://ci.appveyor.com/project/python/cpython/branch/master
6+
:target: https://travis-ci.org/python/cpython/branches
117

128
.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=3.7
139
:alt: CPython build status on Azure Pipelines
1410
:target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=3.7
1511

16-
.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
12+
.. image:: https://codecov.io/gh/python/cpython/branch/3.7/graph/badge.svg
1713
:alt: CPython code coverage on Codecov
18-
:target: https://codecov.io/gh/python/cpython
14+
:target: https://codecov.io/gh/python/cpython/branch/3.7
1915

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

0 commit comments

Comments
 (0)