diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-06-10 01:20:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 01:20:24 (GMT) |
commit | 42e3acda86829def9adc354fbee77597b849bf9e (patch) | |
tree | 101e8096abf945c2966f830bd14bc94a9a437a37 /.github | |
parent | 11ffb4543bc000dea527bcc0417e2f8bda13790f (diff) | |
download | cpython-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.yml | 2 |
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: |