From d31b28e16a2387d0251df948ef5d1b33d4357652 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 5 Mar 2017 15:45:53 -0600 Subject: Add Appveyor (GH-324) --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 598d6562b3..9c95815d9e 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 -- cgit v1.2.1