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:
parent
d9445addfd
commit
6283816360
2
tox.ini
2
tox.ini
@ -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}'
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8
|
commands = flake8 {toxinidir}/nova
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user