Commit 5b176e77 authored by nimrod's avatar nimrod
Browse files

- Pass the TERM environment variable for fancy colorful output.

parent 3bda244a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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