From b84b168be847b9e5f4b2aefb7694559d2ae70bb2 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Thu, 3 Dec 2015 13:16:43 -0500
Subject: [PATCH] easier to debug

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

diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index cec8c986..6ac369ea 100755
--- a/bin/steps/pip-install
+++ b/bin/steps/pip-install
@@ -17,6 +17,7 @@ if [[ ! $PIP_STATUS -eq 0 ]]; then
     exit 1
 fi
 
+exit 1
 
 # Smart Requirements handling
 cp requirements.txt .heroku/python/requirements-declared.txt
-- 
GitLab