Clear useless exclude from flake8 ignore in tox

Change-Id: Ibf1354018a8140901ba44e74f5cc5d88b2578339
This commit is contained in:
Julien Danjou
2015-05-26 15:18:53 +02:00
parent a40233fed7
commit 10c0be3e80

View File

@@ -88,7 +88,7 @@ commands = bash -x {toxinidir}/setup-test-env-elastic.sh oslo_debug_helper {posa
[flake8]
ignore =
exclude=.venv,.git,.tox,dist,doc,./ceilometer/openstack/common,*lib/python*,*egg,nova_tests,build,tools/lintstack.head.py
exclude=.venv,.git,.tox,dist,doc,./ceilometer/openstack/common,*lib/python*,*egg,build
show-source = True
[hacking]