magic sauce

This commit is contained in:
2017-02-01 20:42:00 -05:00
parent 5052075be4
commit fdffd9f086
+5 -1
View File
@@ -10,4 +10,8 @@ PIPENV_VENV_IN_PROJECT = os.environ.get('PIPENV_SHELL_COMPAT')
PIPENV_COLORBLIND = os.environ.get('PIPENV_COLORBLIND')
# User-configuraable max-depth for Pipfile searching.
PIPENV_MAX_DEPTH = int(os.environ.get('PIPENV_MAX_DEPTH', '3'))
PIPENV_MAX_DEPTH = int(os.environ.get('PIPENV_MAX_DEPTH', '3'))
# Use shell compatibility mode when using venv in project mode.
if PIPENV_VENV_IN_PROJECT:
PIPENV_SHELL_COMPAT = True