don't expect there to be a requirements.txt

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-07 10:51:48 -05:00
parent 0f0ddd52ea
commit fe302d8724
2 changed files with 5 additions and 4 deletions
-3
View File
@@ -62,9 +62,6 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
puts-step "Installing test dependencies…"
/app/.heroku/python/bin/pipenv install --dev --system --deploy 2>&1 | cleanup | indent
fi
# Pip freeze, for compatibility.
pip freeze > requirements.txt
fi
fi
else