From cd4d811d4f09d2f52036d06b890c6bbfef9ec996 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Mon, 8 Feb 2016 22:52:09 -0500
Subject: [PATCH] wait

---
 bin/steps/pip-install | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index 11123ed3..820bbb8f 100755
--- a/bin/steps/pip-install
+++ b/bin/steps/pip-install
@@ -9,7 +9,8 @@ set +e
 PIP_STATUS="${PIPESTATUS[0]}"
 set -e
 
-cat $WARNINGS_LOG > /dev/null
+wait
+
 show-warnings
 
 if [[ ! $PIP_STATUS -eq 0 ]]; then
-- 
GitLab