mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
env test
This commit is contained in:
@@ -87,6 +87,10 @@ fi
|
||||
|
||||
# Install dependencies.
|
||||
echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')"
|
||||
|
||||
env
|
||||
|
||||
|
||||
pip install --use-mirrors -r requirements.txt | indent
|
||||
|
||||
# Django support.
|
||||
|
||||
Reference in New Issue
Block a user