Merge pull request #4046 from superruzafa/fix-pipenv-spinner

honor PIPENV_SPINNER environment variable
This commit is contained in:
Frost Ming
2019-12-24 12:15:35 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Honor PIPENV_SPINNER environment variable
+1
View File
@@ -151,6 +151,7 @@ if PIPENV_IS_CI:
PIPENV_NOSPIN = True
PIPENV_SPINNER = "dots" if not os.name == "nt" else "bouncingBar"
PIPENV_SPINNER = os.environ.get("PIPENV_SPINNER", PIPENV_SPINNER)
"""Sets the default spinner type.
Spinners are identitcal to the node.js spinners and can be found at