From 5b176e779fbbc5c320d4f7980e34a57a73567709 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 11 Jun 2017 19:52:55 +0300 Subject: [PATCH] - Pass the TERM environment variable for fancy colorful output. --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 29539b2..b1d2c37 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,7 @@ deps = six whitelist_externals = bats +passenv = HOME TERM commands = check-manifest --ignore tox.ini,tests* python setup.py check --metadata --strict @@ -32,9 +33,11 @@ commands = basepython = python deps = readme_renderer commands = python setup.py check --restructuredtext --strict +passenv = HOME TERM [testenv:release] basepython = python +passenv = HOME TERM whitelist_externals = sh deps = @@ -48,10 +51,12 @@ commands = [testenv:bandit] basepython = python +passenv = HOME TERM deps = bandit commands = bandit --recursive ./ --exclude .tox/,build/,dist/,template.egg-info [testenv:pre-commit] basepython = python +passenv = HOME TERM deps = pre-commit commands = pre-commit run --all-files -- GitLab