mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
no spin for travis-ci
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -39,6 +39,9 @@ if PIPENV_VENV_IN_PROJECT:
|
||||
if os.name == 'nt':
|
||||
PIPENV_NOSPIN = True
|
||||
|
||||
if 'CI' in os.environ:
|
||||
PIPENV_NOSPIN = True
|
||||
|
||||
PIPENV_HIDE_EMOJIS = os.environ.get('PIPENV_HIDE_EMOJIS')
|
||||
if os.name == 'nt':
|
||||
PIPENV_HIDE_EMOJIS = True
|
||||
|
||||
Reference in New Issue
Block a user