Merge branch 'master' into fix-tf-200

This commit is contained in:
Fridolín Pokorný
2020-01-13 05:06:38 +01:00
committed by GitHub
3 changed files with 2 additions and 6 deletions
-6
View File
@@ -63,12 +63,6 @@ Otherwise, refer to the [documentation](https://pipenv.kennethreitz.org/en/lates
☤ User Testimonials
-------------------
**Jannis Leidel**, former pip maintainer---
: *Pipenv is the porcelain I always wanted to build for pip. It fits
my brain and mostly replaces virtualenvwrapper and manual pip calls
for me. Use it.*
**David Gang**---
: *This package manager is really awesome. For the first time I know
+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