attempt to force color

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-26 10:14:41 -04:00
parent cb8ad83a06
commit 7d3ecc7bb4
+2
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
export CLINT_FORCE_COLOR=1
# Pipenv support (Generate requriements.txt with pipenv).
if [[ -f Pipfile ]]; then
if [[ ! -f requirements.txt ]]; then