Ignore openstack-common in pep8 check

Change-Id: Ic48b12918f8e3ca439917a614927b41cd099c63a
This commit is contained in:
Brian Waldon 2012-07-09 14:39:29 -07:00
parent d6ffe3828c
commit 802b9cb84b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ commands = nosetests {posargs}
downloadcache = ~/cache/pip
[testenv:pep8]
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc .
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack .
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1