Re-enable senlin/tests/* files to be flake tested

This commit is contained in:
tengqm 2015-02-25 17:21:48 +08:00
parent 399a3bfb89
commit d3f8094fc8

View File

@ -40,7 +40,7 @@ commands = python setup.py build_sphinx
[flake8]
ignore =
show-source = true
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,tools,build,*senlin/tests*
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,tools,build
max-complexity=20
[hacking]