diff --git a/bin/steps/pipenv b/bin/steps/pipenv
index ad7c78edcdce3f13b025dffbfe32dedfbbbfdbfc..91416f9b0e056b9cdb36db523c02873feb75f094 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