Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d31b28e

Browse files
authored
Add Appveyor (GH-324)
1 parent 7acffa2 commit d31b28e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/appveyor.yml

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

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This is Python version 3.7.0 alpha 1
55
:alt: CPython build status on Travis CI
66
:target: https://travis-ci.org/python/cpython
77

8+
.. image:: https://ci.appveyor.com/api/projects/status/4mew1a93xdkbf5ua/branch/master?svg=true
9+
:alt: CPython build status on Appveyor
10+
:target: https://ci.appveyor.com/project/python/cpython/branch/master
11+
812
.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
913
:alt: CPython code coverage on Codecov
1014
:target: https://codecov.io/gh/python/cpython

0 commit comments

Comments
 (0)