[Python-checkins] Update badges in README.rst (GH-16709)

Zachary Ware webhook-mailer at python.org
Fri Oct 11 12:30:14 EDT 2019


https://github.com/python/cpython/commit/50290e3973d8e573863860cac77a9b5b5781a536
commit: 50290e3973d8e573863860cac77a9b5b5781a536
branch: 3.8
author: Zachary Ware <zachary.ware at gmail.com>
committer: GitHub <noreply at github.com>
date: 2019-10-11T11:30:03-05:00
summary:

Update badges in README.rst (GH-16709)

We no longer use AppVeyor on 3.x, and others were still pointed at master.

files:
M README.rst

diff --git a/README.rst b/README.rst
index 6482de800f230..48376362ecfa1 100644
--- a/README.rst
+++ b/README.rst
@@ -1,21 +1,17 @@
 This is Python version 3.8.0 release candidate 1
 ================================================
 
-.. image:: https://travis-ci.org/python/cpython.svg?branch=master
+.. image:: https://travis-ci.org/python/cpython.svg?branch=3.8
    :alt: CPython build status on Travis CI
-   :target: https://travis-ci.org/python/cpython
+   :target: https://travis-ci.org/python/cpython/branches
 
-.. image:: https://ci.appveyor.com/api/projects/status/4mew1a93xdkbf5ua/branch/master?svg=true
-   :alt: CPython build status on Appveyor
-   :target: https://ci.appveyor.com/project/python/cpython/branch/master
-
-.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=master
+.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=3.8
    :alt: CPython build status on Azure DevOps
-   :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master
+   :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=3.8
 
-.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
+.. image:: https://codecov.io/gh/python/cpython/branch/3.8/graph/badge.svg
    :alt: CPython code coverage on Codecov
-   :target: https://codecov.io/gh/python/cpython
+   :target: https://codecov.io/gh/python/cpython/branch/3.8
 
 .. image:: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
    :alt: Python Zulip chat



More information about the Python-checkins mailing list