missed two more

This commit is contained in:
Kenneth Reitz
2014-07-11 13:36:41 -04:00
parent f4471062a9
commit c2b1465548
+2 -2
View File
@@ -226,8 +226,8 @@ fi
puts-step "Installing dependencies using Pip ($PIP_VERSION)"
[ ! "$FRESH_PYTHON" ] && bpwatch start pip_install
[ "$FRESH_PYTHON" ] && bpwatch start pip_install_first
# [ ! "$FRESH_PYTHON" ] && bpwatch start pip_install
# [ "$FRESH_PYTHON" ] && bpwatch start pip_install_first
/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --allow-all-external | cleanup | indent