diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-02-10 22:31:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 22:31:08 (GMT) |
commit | 3f9339b569b09e8999d84ac80c921f2633f56307 (patch) | |
tree | e42a6ad0a40d3834f357c59249f3b82f449c9f0f /.github | |
parent | 34818577b84c587f30694c9804437b0987b2013d (diff) | |
download | cpython-3f9339b569b09e8999d84ac80c921f2633f56307.zip cpython-3f9339b569b09e8999d84ac80c921f2633f56307.tar.gz cpython-3f9339b569b09e8999d84ac80c921f2633f56307.tar.bz2 |
Add a Travis badge for the master branch
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index c64187b..d3a1b88 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -6,6 +6,8 @@ Build Status - master + + .. image:: https://travis-ci.org/python/cpython.svg?branch=master + :target: https://travis-ci.org/python/cpython + `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_ - 3.6 |