1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00
awx/tox.ini
2020-08-10 12:26:12 -04:00

10 lines
120 B
INI

[testenv:linters]
deps =
make
flake8
yamllint
allowlist_externals = make
commands =
make flake8
yamllint -s .