Remove pep8/bashate targets
These targets are now part of the linters environment, so can be removed. Change-Id: I2bfdac672b3d1d375e098e9b38371935a6f208fe
This commit is contained in:
parent
27b0a8800c
commit
6af9364e68
6
tox.ini
6
tox.ini
@ -14,9 +14,6 @@ commands =
|
||||
{toxinidir}/tools/run-bashate.sh
|
||||
python {toxinidir}/tools/sorted_modules_env.py {toxinidir}/modules.env
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
@ -28,6 +25,3 @@ show-source = True
|
||||
exclude = .tox,.eggs
|
||||
ignore = E125,H
|
||||
select = H231
|
||||
|
||||
[testenv:bashate]
|
||||
commands = {toxinidir}/tools/run-bashate.sh
|
||||
|
Loading…
Reference in New Issue
Block a user