tox.ini: run linter first
The linter finishes in a few seconds and its errors can be addressed quickly, whereas the test suite takes a bit longer to run. Let's do the fast thing first. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
e4a1e06fe1
commit
2101a7af38
2
tox.ini
2
tox.ini
|
@ -23,5 +23,5 @@ whitelist_externals =
|
||||||
setenv =
|
setenv =
|
||||||
TOXTEMPDIR={envtmpdir}
|
TOXTEMPDIR={envtmpdir}
|
||||||
commands =
|
commands =
|
||||||
py.test --cov=west {posargs:tests}
|
|
||||||
flake8 --config={toxinidir}/tox.ini {toxinidir}
|
flake8 --config={toxinidir}/tox.ini {toxinidir}
|
||||||
|
py.test --cov=west {posargs:tests}
|
||||||
|
|
Loading…
Reference in New Issue