colors should work

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-26 10:49:25 -04:00
parent 81af5c7200
commit e5cfab2b3f
+1
View File
@@ -47,6 +47,7 @@ class ColoredString(object):
self.always_color = always_color
self.bold = bold
if os.environ.get('PIPENV_FORCE_COLOR'):
print('colors should work')
self.always_color = True
def __getattr__(self, att):