Commit 7b1b2486 authored by Kenneth Reitz's avatar Kenneth Reitz

src directory in .heroku

parent 2e192e79
......@@ -88,7 +88,7 @@ fi
# Install dependencies.
echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')"
pip install --use-mirrors -r requirements.txt -v | indent
pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent
# Django support.
if [ "$NAME" = "Python/Django" ]; then
......
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