summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-07-01 00:25:03 +0200
committerGitHub <noreply@github.com>2017-07-01 00:25:03 +0200
commit49bc7430284ba09247fb9a0401f87aebd087a61a (patch)
tree2222d19d90ad52c55d82d4a52cc85c27772f930d /.github
parent5e742fa922ea70131b4c63451c87cf0347532806 (diff)
downloadcpython-git-49bc7430284ba09247fb9a0401f87aebd087a61a.tar.gz
AppVeyor: run tests with --fail-env-changed (#2522)
Diffstat (limited to '.github')
-rw-r--r--.github/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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: