summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2019-08-09 04:26:39 +0200
committerRyan Petrello <rpetrell@redhat.com>2019-08-09 16:07:40 +0200
commitadaa4148c69592e504a232a54cd6b767d32628d7 (patch)
tree31bc465577b02061b04414c6fe73df2c70996556 /setup.cfg
parentimport awxkit (diff)
downloadawx-adaa4148c69592e504a232a54cd6b767d32628d7.tar.xz
awx-adaa4148c69592e504a232a54cd6b767d32628d7.zip
include awxkit CI in zuul runs
additionally, fix up some flake8 failures
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index cb208fc8b8..e99856b7b1 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,4 +18,4 @@ exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins
[flake8]
max-line-length=160
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,W291,W391,W293,E731,W504
-exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py,installer/openshift/settings.py,build/,installer/
+exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py,installer/openshift/settings.py,build/,installer/,awxkit/test