summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-10 01:20:24 (GMT)
committerGitHub <noreply@github.com>2017-06-10 01:20:24 (GMT)
commit42e3acda86829def9adc354fbee77597b849bf9e (patch)
tree101e8096abf945c2966f830bd14bc94a9a437a37 /.github
parent11ffb4543bc000dea527bcc0417e2f8bda13790f (diff)
downloadcpython-42e3acda86829def9adc354fbee77597b849bf9e.zip
cpython-42e3acda86829def9adc354fbee77597b849bf9e.tar.gz
cpython-42e3acda86829def9adc354fbee77597b849bf9e.tar.bz2
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 ba27844..0f4c174 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: