summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2017-09-07 00:56:17 +0200
committerRyan Petrello <lists@ryanpetrello.com>2017-09-07 01:12:43 +0200
commit44702c5cfde1cc02a649acd22feaacf2dab0baf9 (patch)
tree2b3132a4c6d30a076ee116ab743e504c767b507b /setup.cfg
parentMerge pull request #16 from jlmitch5/newNav (diff)
downloadawx-44702c5cfde1cc02a649acd22feaacf2dab0baf9.tar.xz
awx-44702c5cfde1cc02a649acd22feaacf2dab0baf9.zip
fix broken shippable test suite
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 1ffaacf118..333b8df62f 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]
ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,E501,W291,W391,W293,E731,F405
-exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py,installer/openshift/settings.py,build/
+exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py,installer/openshift/settings.py,build/,installer/