diff options
author | Shane McDonald <me@shanemcd.com> | 2022-06-27 15:22:25 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2022-06-27 19:30:01 +0200 |
commit | cbea36745e0d4790b0b90b35fa16f7e7dcce3493 (patch) | |
tree | 7b2de75201390add9262fd8c02a832605317cafa /tox.ini | |
parent | Updated setup.py --version to python3 -m setuptools_scm. (diff) | |
download | awx-cbea36745e0d4790b0b90b35fa16f7e7dcce3493.tar.xz awx-cbea36745e0d4790b0b90b35fa16f7e7dcce3493.zip |
Transition from setup.py to setup.cfg
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 |