]> granicus.if.org Git - python/commitdiff
AppVeyor: run tests with --fail-env-changed (#2522)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 30 Jun 2017 22:25:03 +0000 (00:25 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2017 22:25:03 +0000 (00:25 +0200)
.github/appveyor.yml

index 0f4c174fa72aa21fe235fdff1e015d4a2b69fe41..06b9b2f87ba01b3c60e733389b0a490ca6a7cb35 100644 (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: