diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-06-10 03:26:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 03:26:31 (GMT) |
commit | e380c19b7e88d97d3497016f1065d6922415db1c (patch) | |
tree | d9cea3140a9496573b0cdf4af1c8dec457533689 /.github | |
parent | 10c9a09ef4810f0235f5f585dcce70eca049604a (diff) | |
download | cpython-e380c19b7e88d97d3497016f1065d6922415db1c.zip cpython-e380c19b7e88d97d3497016f1065d6922415db1c.tar.gz cpython-e380c19b7e88d97d3497016f1065d6922415db1c.tar.bz2 |
[3.6] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
(cherry picked from commit 42e3acda86829def9adc354fbee77597b849bf9e)
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 d8bfb9a..04566ea 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: |