diff --git a/.appveyor.yml b/.appveyor.yml index a2e7383864db1220896c3168457a7390fb8f5182..80295d6142c8dfd3488713cf599efdc8b64442f3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,6 +22,10 @@ environment: # -mx=1 : Fast compression. APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -snl -mtc -mx=1 + # Disable python stdout buffering, so test output shows up in the build log in + # realtime, rather than all at once when the test runner exits. + PYTHONUNBUFFERED: 1 + # Define some PowerShell helper functions which are used in the scripts below. # They're defined in an environment variable to reduce noise in the build log. PS_UTILS: |-