summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2020-08-10 18:22:31 +0200
committerRyan Petrello <rpetrell@redhat.com>2020-08-10 18:26:12 +0200
commit32542021c64de231d7c2a22654b479dc98e47d65 (patch)
treefd67fdb5d67f581e4e5b53088e1b61a6e812fa70 /tox.ini
parentMerge pull request #7840 from beeankha/credential_input_idempotency (diff)
downloadawx-32542021c64de231d7c2a22654b479dc98e47d65.tar.xz
awx-32542021c64de231d7c2a22654b479dc98e47d65.zip
fix busted flake8 CI
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000000..30a245409f
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[testenv:linters]
+deps =
+ make
+ flake8
+ yamllint
+allowlist_externals = make
+commands =
+ make flake8
+ yamllint -s .