From d82c898509dcb6baa981bdaaa62db83a5a2f4d11 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Thu, 3 Dec 2015 13:32:30 -0500
Subject: [PATCH] remove exit

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

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