Add -u flag so the test output is in the right order on Appveyor

This commit is contained in:
Joe Rickerby
2017-08-14 21:11:04 +01:00
parent b7a52b502d
commit abfbe42d6f
+3 -1
View File
@@ -1,3 +1,5 @@
build_script:
- pip install .
- python ./run_tests.py
# the '-u' flag is required so the output is in the correct order.
# See https://github.com/joerick/cibuildwheel/pull/24 for more info.
- python -u ./run_tests.py