scrutiny/tox.ini

14 lines
318 B
INI

[tox]
envlist = codestyle-pylint
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/scrutiny/{env:BRANCH_NAME:}
[testenv]
deps =
codestyle: pre-commit
pylint: pylint<3
pylint: astroid<3
pylint: pylint-django
commands =
codestyle: pre-commit run --all-files --show-diff-on-failure
pylint: ./pylint.sh scrutiny/