diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-07-01 00:25:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-01 00:25:03 +0200 |
commit | 49bc7430284ba09247fb9a0401f87aebd087a61a (patch) | |
tree | 2222d19d90ad52c55d82d4a52cc85c27772f930d /.github | |
parent | bpo-30804: fix macOS build with framework enabled. (#2516) (diff) | |
download | cpython-49bc7430284ba09247fb9a0401f87aebd087a61a.tar.gz cpython-49bc7430284ba09247fb9a0401f87aebd087a61a.tar.bz2 cpython-49bc7430284ba09247fb9a0401f87aebd087a61a.zip |
AppVeyor: run tests with --fail-env-changed (#2522)
Diffstat (limited to '.github')
-rw-r--r-- | .github/appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 0f4c174fa72..06b9b2f87ba 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: |