From 76ebf9279b5582d04bb4ecf2bd8fe24a5bc9f8cb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 8 Feb 2016 22:25:28 -0500 Subject: [PATCH] maybe this will help --- bin/steps/pip-install | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/steps/pip-install b/bin/steps/pip-install index a2d43e5e..11123ed3 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -9,6 +9,7 @@ set +e PIP_STATUS="${PIPESTATUS[0]}" set -e +cat $WARNINGS_LOG > /dev/null show-warnings if [[ ! $PIP_STATUS -eq 0 ]]; then -- GitLab