diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,12 +1,17 @@ +[tox] +isolated_build = True + [testenv:linters] deps = make black flake8 + setuptools-scm yamllint allowlist_externals = make setenv = BLACK_ARGS = --check + PYTHON = python3 commands = make black flake8 awx awxkit awx_collection |