Commit 49bc7430 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

AppVeyor: run tests with --fail-env-changed (#2522)

parent 5e742fa9
...@@ -8,7 +8,7 @@ branches: ...@@ -8,7 +8,7 @@ branches:
build_script: build_script:
- cmd: PCbuild\build.bat -e - cmd: PCbuild\build.bat -e
test_script: test_script:
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
# Only trigger AppVeyor if actual code or its configuration changes # Only trigger AppVeyor if actual code or its configuration changes
only_commits: only_commits:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment