diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index 0185f08bb07ede1bc8294ec7204a769571cd2687..0c5b65f98f3da6e62ea0be496aca4e701dbb8a6a 100755
--- a/bin/steps/pip-install
+++ b/bin/steps/pip-install
@@ -8,6 +8,7 @@ set +e
 /app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --disable-pip-version-check --no-cache-dir 2>&1 | tee $WARNINGS_LOG | cleanup | indent
 PIP_STATUS="${PIPESTATUS[0]}"
 set -e
+echo '.'
 
 show-warnings