Merge pull request #155 from jpadilla/master

Fix no color mode env variable detection
This commit is contained in:
Nate Prewitt
2017-01-29 14:49:29 -07:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@ else:
click_completion.init()
# No color mode.
if ['PIPENV_COLORBLIND'] in os.environ:
if 'PIPENV_COLORBLIND' in os.environ:
crayons.disable()
# Disable warnings for Python 2.6.