]> granicus.if.org Git - python/commitdiff
bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
authorZachary Ware <zachary.ware@gmail.com>
Sat, 10 Jun 2017 01:20:24 +0000 (20:20 -0500)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2017 01:20:24 +0000 (20:20 -0500)
.github/appveyor.yml

index ba2784418b7244b585190debe17efb41c651106d..0f4c174fa72aa21fe235fdff1e015d4a2b69fe41 100644 (file)
@@ -8,7 +8,7 @@ branches:
 build_script:
 - cmd: PCbuild\build.bat -e
 test_script:
-- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0
+- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
 
 # Only trigger AppVeyor if actual code or its configuration changes
 only_commits: