Skip to content
Snippets Groups Projects
Commit 5b176e77 authored by nimrod's avatar nimrod
Browse files

- Pass the TERM environment variable for fancy colorful output.

parent 3bda244a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment