mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
comment out force color bits
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user