diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2017-09-07 00:56:17 +0200 |
---|---|---|
committer | Ryan Petrello <lists@ryanpetrello.com> | 2017-09-07 01:12:43 +0200 |
commit | 44702c5cfde1cc02a649acd22feaacf2dab0baf9 (patch) | |
tree | 2b3132a4c6d30a076ee116ab743e504c767b507b /setup.cfg | |
parent | Merge pull request #16 from jlmitch5/newNav (diff) | |
download | awx-44702c5cfde1cc02a649acd22feaacf2dab0baf9.tar.xz awx-44702c5cfde1cc02a649acd22feaacf2dab0baf9.zip |
fix broken shippable test suite
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] 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/ |