also skip pip install

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-07 10:57:31 -05:00
parent 329cd6eb7b
commit fd53d4e1b0
+1 -1
View File
@@ -14,8 +14,8 @@ if [[ -f Pipfile.lock ]]; then
# echo "To disable this functionality, run the following command:"
# echo ""
# echo " $ heroku config:set PIPENV_ALWAYS_INSTALL=1" | indent
export SKIP_PIPENV_INSTALL=1
export SKIP_PIP_INSTALL=1
fi
fi
fi