summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CONTRIBUTING.rst6
-rw-r--r--README.rst8
2 files changed, 8 insertions, 6 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst
index 416fa54..c64187b 100644
--- a/.github/CONTRIBUTING.rst
+++ b/.github/CONTRIBUTING.rst
@@ -6,12 +6,6 @@ Build Status
- master
- + .. image:: https://travis-ci.org/python/cpython.svg?branch=master
- :target: https://travis-ci.org/python/cpython
-
- + .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
- :target: https://codecov.io/gh/python/cpython
-
+ `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_
- 3.6
diff --git a/README.rst b/README.rst
index a34373f..71c54b2 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,14 @@
This is Python version 3.7.0 alpha 1
====================================
+.. image:: https://travis-ci.org/python/cpython.svg?branch=master
+ :alt: CPython build status on Travis CI
+ :target: https://travis-ci.org/python/cpython
+
+.. 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
+
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
reserved.