From 35c810e46d44161c7775a24caa08a2540224c98d Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Thu, 3 Dec 2015 13:14:49 -0500
Subject: [PATCH] debugging

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

diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index 46c99bca..cec8c986 100755
--- a/bin/steps/pip-install
+++ b/bin/steps/pip-install
@@ -9,7 +9,10 @@ set +e
 set -e
 PIP_STATUS="$?"
 
+echo "$PIP_STATUS"
+
 if [[ ! $PIP_STATUS -eq 0 ]]; then
+    echo "an error occurred."
     show-warnings
     exit 1
 fi
-- 
GitLab