summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-09 20:20:24 -0500
committerGitHub <noreply@github.com>2017-06-09 20:20:24 -0500
commit42e3acda86829def9adc354fbee77597b849bf9e (patch)
tree101e8096abf945c2966f830bd14bc94a9a437a37 /.github
parent11ffb4543bc000dea527bcc0417e2f8bda13790f (diff)
downloadcpython-git-42e3acda86829def9adc354fbee77597b849bf9e.tar.gz
bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
Diffstat (limited to '.github')
-rw-r--r--.github/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index ba2784418b..0f4c174fa7 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -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: