summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Meyers <chris.meyers.fsu@gmail.com>2016-01-14 16:16:45 +0100
committerChris Meyers <chris.meyers.fsu@gmail.com>2016-01-14 16:23:14 +0100
commitabecbb3ed1368ebd7be26656df537907558afad3 (patch)
tree1024d09afe75ebb9ce03f5b6d77d01cd76b94900 /setup.cfg
parentMerge pull request #617 from jlmitch5/fixAddInteraction (diff)
downloadawx-abecbb3ed1368ebd7be26656df537907558afad3.tar.xz
awx-abecbb3ed1368ebd7be26656df537907558afad3.zip
tower api tooling
* flake8 ignore inventory plugins pulled from core * update Dockerfile to include redis-server
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 805c47d608..97fc100a1b 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,4 +18,4 @@ exclude=.tox,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins/inve
[flake8]
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293,E731
-exclude=.tox,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins/inventory/gce.py,awx/plugins/inventory/vmware.py,awx/plugins/inventory/windows_azure.py,awx/plugins/inventory/openstack.py,awx/plugins/inventory/rax.py,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_settings.py
+exclude=.tox,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_settings.py