summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2022-06-27 15:22:25 +0200
committerShane McDonald <me@shanemcd.com>2022-06-27 19:30:01 +0200
commitcbea36745e0d4790b0b90b35fa16f7e7dcce3493 (patch)
tree7b2de75201390add9262fd8c02a832605317cafa /tox.ini
parentUpdated setup.py --version to python3 -m setuptools_scm. (diff)
downloadawx-cbea36745e0d4790b0b90b35fa16f7e7dcce3493.tar.xz
awx-cbea36745e0d4790b0b90b35fa16f7e7dcce3493.zip
Transition from setup.py to setup.cfg
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e71d910bc9..ad5331569c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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