diff --git a/bin/steps/pipenv b/bin/steps/pipenv index 5aba1a5..927183b 100644 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -1,8 +1,7 @@ #!/usr/bin/env bash -export CLINT_FORCE_COLOR=1 -export PIPENV_FORCE_COLOR=1 - +# export CLINT_FORCE_COLOR=1 +# export PIPENV_FORCE_COLOR=1 # Pipenv support (Generate requriements.txt with pipenv). if [[ -f Pipfile ]]; then