1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 13:55:31 +03:00
awx/tox.ini

10 lines
120 B
INI
Raw Normal View History

2020-08-10 19:22:31 +03:00
[testenv:linters]
deps =
make
flake8
yamllint
allowlist_externals = make
commands =
make flake8
yamllint -s .