Excluding the docs target folder from flake8

Artifacts of the docbook build creates a target folder that will
cause the pep8 tox job to complain about the build artifacts
a bunch of failures.

Change-Id: I4cf22876504d6014ece74e58877ba8ced13f2260
This commit is contained in:
John Vrbanac 2014-07-01 09:27:12 -05:00
parent e97bd6e2bd
commit a7d2e84507

@ -22,4 +22,4 @@ commands = flake8 {posargs}
# E711 ignored because of sqlalchemy override of == None
ignore = E711
exclude = .git,.idea,.tox,bin,dist,debian,rpmbuild,tools,*.egg-info,*openstack/common,contrib,
functionaltests,*alembic_migrations/versions
functionaltests,*alembic_migrations/versions,*docs/target