Remove bogus path in tox.ini's flake8 exclude

It referenced os_collect_config's oslo-incubator path, and
os-refresh-config has neither.

Change-Id: I5d79c3595b1abc564c0e8f39d09bdff5361b45e5
This commit is contained in:
Steve Kowalik 2014-09-29 16:51:00 +10:00
parent 71b04c8586
commit 1a8e910346
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ commands = {posargs}
[flake8]
ignore = E125,H803
exclude = .venv,.tox,dist,doc,*.egg,./os_collect_config/openstack/*
exclude = .venv,.tox,dist,doc,*.egg
show-source = true