Revert "sub-env pip-install"

This reverts commit 3c2839147f.
This commit is contained in:
2015-03-18 12:48:33 -07:00
parent c229070c21
commit 085d295342
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ source $BIN_DIR/steps/pylibmc
source $BIN_DIR/steps/cryptography
# Install dependencies with Pip.
sub-env $BIN_DIR/steps/pip-install
source $BIN_DIR/steps/pip-install
# Django collectstatic support.
sub-env $BIN_DIR/steps/collectstatic
+1 -5
View File
@@ -1,7 +1,3 @@
#!/usr/bin/env bash
source $BIN_DIR/utils
# Install dependencies with Pip.
puts-step "Installing dependencies with pip"
@@ -17,4 +13,4 @@ cp requirements.txt .heroku/python/requirements-declared.txt
[ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install
[ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first
echo
echo