summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-09 22:27:09 -0500
committerGitHub <noreply@github.com>2017-06-09 22:27:09 -0500
commit3c7b67bb34bc537b6c0dd9c6e1e4a07dc227b467 (patch)
treea3170a4f2b6b862584d80d1e6b58e4b3e16b552f /.github
parente5bdad2201de45c203037e59491e4fea56def56d (diff)
downloadcpython-git-3c7b67bb34bc537b6c0dd9c6e1e4a07dc227b467.tar.gz
[2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
(cherry picked from commit 42e3acda86829def9adc354fbee77597b849bf9e)
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 fc325e5618..2f904cacd9 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 -j2
+- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
# Only trigger AppVeyor if actual code or its configuration changes
only_commits: