gadjo/tox.ini

15 lines
336 B
INI

[tox]
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
test: npm clean-install
test: npm test