diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2019-08-09 04:26:39 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2019-08-09 16:07:40 +0200 |
commit | adaa4148c69592e504a232a54cd6b767d32628d7 (patch) | |
tree | 31bc465577b02061b04414c6fe73df2c70996556 /setup.cfg | |
parent | import awxkit (diff) | |
download | awx-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-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |