add PIPENV_INSTALL_TIMEOUT to envar index

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Cody
2018-04-12 02:42:49 -04:00
committed by Dan Ryan
parent 2000f47281
commit 8401accbbb
-1
View File
@@ -1452,7 +1452,6 @@ def pip_install(
quoted_python = which('python', allow_global=allow_global)
quoted_python = escape_grouped_arguments(quoted_python)
sources = []
print(sources)
upgrade_strategy = '--upgrade --upgrade-strategy=only-if-needed' if selective_upgrade else ''
pip_command = '{0} -m pipenv.vendor.pip9 install {4} {5} {6} {7} {3} {1} {2} --exists-action w'.format(
quoted_python,