Loading tox.ini +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 = Loading @@ -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 Loading
tox.ini +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 = Loading @@ -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