Commit 96df073b authored by Kenneth Reitz's avatar Kenneth Reitz

cleanup

Signed-off-by: 's avatarKenneth Reitz <me@kennethreitz.org>
parent cbf074a8
...@@ -38,10 +38,6 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then ...@@ -38,10 +38,6 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
export PIP_EXTRA_INDEX_URL export PIP_EXTRA_INDEX_URL
fi fi
# if [[ -f .heroku/python/requirements-declared.txt ]]; then
# cp .heroku/python/requirements-declared.txt requirements.txt
# fi
# Install pipenv. # Install pipenv.
/app/.heroku/python/bin/pip install pipenv --upgrade &> /dev/null /app/.heroku/python/bin/pip install pipenv --upgrade &> /dev/null
......
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