Ignore openstack-common in pep8 check
Change-Id: Ic48b12918f8e3ca439917a614927b41cd099c63a
This commit is contained in:
parent
d6ffe3828c
commit
802b9cb84b
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user