mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Pipenv Updates (#458)
* fixed the bug for pypy-5.8.0 * update pipenv support Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Detect Python-version with Pipenv.
|
||||
|
||||
if [[ -f $BUILD_DIR/Pipfile.lock ]]; then
|
||||
if [[ -f $BUILD_DIR/Pipfile ]]; then
|
||||
|
||||
if [[ ! -f $BUILD_DIR/runtime.txt ]]; then
|
||||
if [[ ! -f $BUILD_DIR/Pipfile.lock ]]; then
|
||||
|
||||
Reference in New Issue
Block a user