Skip to content
Snippets Groups Projects
Commit 085d2953 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

Revert "sub-env pip-install"

This reverts commit 3c283914.
parent c229070c
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ source $BIN_DIR/steps/pylibmc ...@@ -167,7 +167,7 @@ source $BIN_DIR/steps/pylibmc
source $BIN_DIR/steps/cryptography source $BIN_DIR/steps/cryptography
# Install dependencies with Pip. # Install dependencies with Pip.
sub-env $BIN_DIR/steps/pip-install source $BIN_DIR/steps/pip-install
# Django collectstatic support. # Django collectstatic support.
sub-env $BIN_DIR/steps/collectstatic sub-env $BIN_DIR/steps/collectstatic
......
#!/usr/bin/env bash
source $BIN_DIR/utils
# Install dependencies with Pip. # Install dependencies with Pip.
puts-step "Installing dependencies with pip" puts-step "Installing dependencies with pip"
...@@ -17,4 +13,4 @@ cp requirements.txt .heroku/python/requirements-declared.txt ...@@ -17,4 +13,4 @@ cp requirements.txt .heroku/python/requirements-declared.txt
[ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install [ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install
[ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first [ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first
echo echo
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment