From 40db3cec8cca4fe99a2ffde8aaef7bd81bf3e880 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 12 Sep 2017 12:35:41 -0400 Subject: [PATCH] remove bunk PIPENV_PIP_INSTALL_FLAGS Signed-off-by: Kenneth Reitz --- pipenv/environments.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pipenv/environments.py b/pipenv/environments.py index 8b16c217..0e22ebdc 100644 --- a/pipenv/environments.py +++ b/pipenv/environments.py @@ -39,9 +39,6 @@ if PIPENV_VENV_IN_PROJECT: if os.name == 'nt': PIPENV_NOSPIN = True -# Tells pip to pass extra stuff to $ pip install. -PIPENV_PIP_INSTALL_FLAGS = os.environ.get('PIPENV_PIP_INSTALL_FLAGS') - PIPENV_HIDE_EMOJIS = os.environ.get('PIPENV_HIDE_EMOJIS') if os.name == 'nt': PIPENV_HIDE_EMOJIS = True