Commit d31b28e1 authored by Zachary Ware's avatar Zachary Ware Committed by GitHub

Add Appveyor (GH-324)

parent 7acffa23
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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment