Add -u flag so the test output is in the right order on Appveyor
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user