Narrow down the flake8 call

Some recent tempest additions seemed to be confusing my tox flake8
run. Upon investigating, I learned that we're running flake8 on much
more than the needed scope that we care about/have control over.

Change-Id: I4ac42b53fb2f9ab9286d82beb6a61042ef57c481
This commit is contained in:
Paul Hummer 2016-09-21 14:24:16 -06:00
parent d9445addfd
commit 6283816360
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ commands = /bin/cp -r {toxinidir}/nova/virt/lxd/ {toxinidir}/.tox/py34/src/nova/
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8
commands = flake8 {toxinidir}/nova
[testenv:venv]
commands = {posargs}