mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
address issues found in review
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
language: ruby
|
||||
dist: bionic
|
||||
dist: trusty
|
||||
sudo: required
|
||||
|
||||
rvm:
|
||||
|
||||
@@ -43,6 +43,7 @@ VENDOR_URL="https://lang-python.s3.amazonaws.com/$STACK"
|
||||
if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
|
||||
VENDOR_URL="$BUILDPACK_VENDOR_URL"
|
||||
fi
|
||||
export VENDOR_URL
|
||||
|
||||
# Default Python Versions
|
||||
# shellcheck source=bin/default_pythons
|
||||
|
||||
Reference in New Issue
Block a user