Commit 085d2953 authored by Kenneth Reitz's avatar Kenneth Reitz

Revert "sub-env pip-install"

This reverts commit 3c283914.
parent c229070c
......@@ -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
......
#!/usr/bin/env bash
source $BIN_DIR/utils
# Install dependencies with Pip.
puts-step "Installing dependencies with pip"
......
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