From 6afd6bbce96b2611583a226de1aa0c7cc06213f8 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Mon, 8 Feb 2016 21:29:40 -0500
Subject: [PATCH] debug

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

diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index ad762f98..22a0a0c5 100755
--- a/bin/steps/pip-install
+++ b/bin/steps/pip-install
@@ -10,6 +10,8 @@ PIP_STATUS="${PIPESTATUS[0]}"
 set -e
 
 show-warnings
+echo '*** DEBUG ****'
+cat $WARNINGS_LOG
 
 if [[ ! $PIP_STATUS -eq 0 ]]; then
     exit 1
-- 
GitLab