diff --git a/tox.ini b/tox.ini index 05bf014..c8b4cc1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,14 @@ [tox] -envlist = codestyle-pylint +envlist = codestyle-pylint, test toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/gadjo/{env:BRANCH_NAME:} [testenv] +whitelist_externals = npm deps = codestyle: pre-commit pylint: pylint pylint: pylint-django commands = codestyle: pre-commit run --all-files --show-diff-on-failure - pylint: ./pylint.sh gadjo/ + test: npm clean-install + test: npm test