Commit 3dbeec8d authored by Kenneth Reitz's avatar Kenneth Reitz

Merge pull request #185 from pngdwnld/sub_env_pip

Allowing pip-install to have access to config vars
parents a51c1624 3c283914
......@@ -166,7 +166,7 @@ source $BIN_DIR/steps/pylibmc
source $BIN_DIR/steps/cryptography
# Install dependencies with Pip.
source $BIN_DIR/steps/pip-install
sub-env $BIN_DIR/steps/pip-install
# Django collectstatic support.
sub-env $BIN_DIR/steps/collectstatic
......
#!/usr/bin/env bash
source $BIN_DIR/utils
# Install dependencies with Pip.
puts-step "Installing dependencies with pip"
......@@ -13,4 +17,4 @@ cp requirements.txt .heroku/python/requirements-declared.txt
[ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install
[ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first
echo
\ No newline at end of file
echo
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment