Merge "Test for sorted modules as part of linting"
This commit is contained in:
commit
27b0a8800c
4
tox.ini
4
tox.ini
@ -12,6 +12,7 @@ deps = -r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
flake8
|
||||
{toxinidir}/tools/run-bashate.sh
|
||||
python {toxinidir}/tools/sorted_modules_env.py {toxinidir}/modules.env
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
@ -30,6 +31,3 @@ select = H231
|
||||
|
||||
[testenv:bashate]
|
||||
commands = {toxinidir}/tools/run-bashate.sh
|
||||
|
||||
[testenv:modulesenv]
|
||||
commands = python {toxinidir}/tools/sorted_modules_env.py {toxinidir}/modules.env
|
||||
|
Loading…
Reference in New Issue
Block a user