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

try …


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent ebe3ff2e
No related merge requests found
......@@ -7,7 +7,7 @@ export PIPENV_FORCE_COLOR=1
# Pipenv support (Generate requriements.txt with pipenv).
if [[ -f Pipfile ]]; then
if [[ ! -f requirements.txt ]]; then
puts-step "Installing requirements with latest Pipenv..."
puts-step "Installing requirements with latest Pipenv"
# Install pipenv.
/app/.heroku/python/bin/pip install git+https://github.com/kennethreitz/pipenv.git#egg=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