diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-03-05 15:45:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-05 15:45:53 -0600 |
commit | d31b28e16a2387d0251df948ef5d1b33d4357652 (patch) | |
tree | 277111caa96d5e2806bc241a227c78aab9de11eb /README.rst | |
parent | bpo-29638: Fix spurious refleaks after typing is imported (#469) (diff) | |
download | cpython-d31b28e16a2387d0251df948ef5d1b33d4357652.tar.gz cpython-d31b28e16a2387d0251df948ef5d1b33d4357652.tar.bz2 cpython-d31b28e16a2387d0251df948ef5d1b33d4357652.zip |
Add Appveyor (GH-324)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 598d6562b37..9c95815d9e9 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,10 @@ This is Python version 3.7.0 alpha 1 :alt: CPython build status on Travis CI :target: https://travis-ci.org/python/cpython +.. 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://codecov.io/gh/python/cpython/branch/master/graph/badge.svg :alt: CPython code coverage on Codecov :target: https://codecov.io/gh/python/cpython |