Add Appveyor (GH-324)

This commit is contained in:
Zachary Ware 2017-03-05 15:45:53 -06:00 committed by GitHub
parent 7acffa23c9
commit d31b28e16a
2 changed files with 10 additions and 0 deletions

6
.github/appveyor.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 3.7.0a0.{build}
clone_depth: 5
build_script:
- cmd: PCbuild\build.bat -e
test_script:
- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0

View File

@ -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