trying something else

This commit is contained in:
2015-11-10 12:25:01 -05:00
parent dec86fbc2e
commit 558e748e9e
+2 -2
View File
@@ -5,14 +5,14 @@ puts-step "Installing dependencies with pip"
[ "$FRESH_PYTHON" ] && bpwatch start pip_install_first
set +e
/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --allow-all-external --disable-pip-version-check --no-cache-dir | cleanup | log-output | indent
set -e
if [[ "$?" ]]; then
echo "an error occurred."
exit
fi
set -e
# Smart Requirements handling
cp requirements.txt .heroku/python/requirements-declared.txt