]> granicus.if.org Git - python/commitdiff
[2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
authorZachary Ware <zachary.ware@gmail.com>
Sat, 10 Jun 2017 03:27:09 +0000 (22:27 -0500)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2017 03:27:09 +0000 (22:27 -0500)
(cherry picked from commit 42e3acda86829def9adc354fbee77597b849bf9e)

.github/appveyor.yml

index fc325e5618b65215e7021219e3964aa2d86eb209..2f904cacd942716a9cd86f3f30c83be50f449e8e 100644 (file)
@@ -8,7 +8,7 @@ branches:
 build_script:
 - cmd: PCbuild\build.bat -e
 test_script:
-- cmd: PCbuild\rt.bat -q -uall -rwW --slowest -j2
+- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
 
 # Only trigger AppVeyor if actual code or its configuration changes
 only_commits: