disable things on things

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-20 12:47:45 -04:00
parent 85f8c20e15
commit b9a03ecaf5
+2 -1
View File
@@ -44,10 +44,11 @@ PIPENV_SKIP_VALIDATION = True
if PIPENV_VENV_IN_PROJECT:
PIPENV_SHELL_COMPAT = True
# Disable spinner on windows.
# Disable spinner on Windows.
if os.name == 'nt':
PIPENV_NOSPIN = True
# Disable the spinner on Travis-Ci (and friends).
if 'CI' in os.environ:
PIPENV_NOSPIN = True