diff --git a/bin/steps/pipenv b/bin/steps/pipenv index ad7c78e..91416f9 100644 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -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