Skip to content

Commit

Permalink
add PIPENV_INSTALL_TIMEOUT to envar index
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan@danryan.co>
  • Loading branch information
Cody authored and techalchemy committed Apr 17, 2018
1 parent 5a138ce commit 9399eb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,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,
Expand Down

0 comments on commit 9399eb9

Please sign in to comment.