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

This commit is contained in:
Victor Stinner 2017-07-01 00:25:03 +02:00 committed by GitHub
parent 5e742fa922
commit 49bc743028
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ branches:
build_script:
- cmd: PCbuild\build.bat -e
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_commits: