summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2020-04-20 23:20:29 +0200
committerChristian Adams <chadams@redhat.com>2020-04-20 23:27:52 +0200
commit97acba8fe98ca2be63308d8828666909229f41d5 (patch)
treee06f0bc53ce6a28ed00e46f6bde7e507c0159725 /setup.cfg
parentMerge pull request #6654 from AlexSCorey/4962-EnableWebhooksForJT (diff)
downloadawx-97acba8fe98ca2be63308d8828666909229f41d5.tar.xz
awx-97acba8fe98ca2be63308d8828666909229f41d5.zip
revert back to the old way of calling flake8 linter
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4b1e22709e..89068bc834 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,6 +22,7 @@ exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/url
[testenv:linters]
deps =
+ make
flake8
yamllint
commands =