Skip to content
Snippets Groups Projects
Commit 96df073b authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

cleanup


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent cbf074a8
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment