diff --git a/bob/devtools/scripts/ci.py b/bob/devtools/scripts/ci.py index d2e92dcca7e51ac868882cded4e51255bd7ffc6a..3021135e334329e77006e1eaf59039fe14b7c6cd 100644 --- a/bob/devtools/scripts/ci.py +++ b/bob/devtools/scripts/ci.py @@ -34,7 +34,8 @@ def ci(): attempt to run these commands in your own installation. Unexpected errors may occur. """ - pass + # ensure messages don't get garbled at the output on the CI logs + set_environment('PYTHONUNBUFFERED', '1', os.environ) @ci.command(epilog='''