summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-02-13 15:57:30 (GMT)
committerGitHub <noreply@github.com>2017-02-13 15:57:30 (GMT)
commitc9b62b4294035bddb5b59720fb33757cef0a6311 (patch)
treed4939ce44600ff2f6b07b2445da063e4a81d845e /README.rst
parent2b501866ed493758e4c4b29f0ce9b24023d910a1 (diff)
downloadcpython-c9b62b4294035bddb5b59720fb33757cef0a6311.zip
cpython-c9b62b4294035bddb5b59720fb33757cef0a6311.tar.gz
cpython-c9b62b4294035bddb5b59720fb33757cef0a6311.tar.bz2
Add Travis CI and Codecov badges to README (#70)
Badges are small images which gives the status of the Travis CI and the coverage percentage of Codecode. It helps to check the status of the Travis CI and to get the link to Travis CI. See also https://shields.io/
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
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.