Unverified Commit d0c98aa5 authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub

Update pipenv

parent 894083bf
...@@ -42,7 +42,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then ...@@ -42,7 +42,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
fi fi
# Install pipenv. # Install pipenv.
/app/.heroku/python/bin/pip install pipenv==11.6.1 --upgrade &> /dev/null /app/.heroku/python/bin/pip install pipenv==11.7.1 --upgrade &> /dev/null
# Install the dependencies. # Install the dependencies.
if [[ ! -f Pipfile.lock ]]; then if [[ ! -f Pipfile.lock ]]; 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