summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-03-05 15:45:53 -0600
committerGitHub <noreply@github.com>2017-03-05 15:45:53 -0600
commitd31b28e16a2387d0251df948ef5d1b33d4357652 (patch)
tree277111caa96d5e2806bc241a227c78aab9de11eb /.github
parentbpo-29638: Fix spurious refleaks after typing is imported (#469) (diff)
downloadcpython-d31b28e16a2387d0251df948ef5d1b33d4357652.tar.gz
cpython-d31b28e16a2387d0251df948ef5d1b33d4357652.tar.bz2
cpython-d31b28e16a2387d0251df948ef5d1b33d4357652.zip
Add Appveyor (GH-324)
Diffstat (limited to '.github')
-rw-r--r--.github/appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
new file mode 100644
index 00000000000..c348c536158
--- /dev/null
+++ b/.github/appveyor.yml
@@ -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