Skip to content

Commit

Permalink
[3.5] bpo-30417: Disable cpu resource on AppVeyor (GH-1951)
Browse files Browse the repository at this point in the history
(cherry picked from commit 42e3acd)
  • Loading branch information
zware committed Jun 10, 2017
1 parent cabdba2 commit 91581d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/appveyor.yml
Expand Up @@ -8,7 +8,7 @@ branches:
build_script:
- cmd: PCbuild\build.bat -e
test_script:
- cmd: PCbuild\rt.bat -q -uall -rwW --timeout=1200 -j0
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --timeout=1200 -j0

# Only trigger AppVeyor if actual code or its configuration changes
only_commits:
Expand Down

0 comments on commit 91581d4

Please sign in to comment.