Skip to content
Snippets Groups Projects
Commit 7d3ecc7b authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

attempt to force color


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent cb8ad83a
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment