From: Victor Stinner Date: Fri, 30 Jun 2017 22:25:03 +0000 (+0200) Subject: AppVeyor: run tests with --fail-env-changed (#2522) X-Git-Tag: v3.7.0a1~478 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49bc7430284ba09247fb9a0401f87aebd087a61a;p=python AppVeyor: run tests with --fail-env-changed (#2522) --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 0f4c174fa7..06b9b2f87b 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 -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: