summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
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