Remove pep8/bashate targets
These targets are now part of the linters environment, so can be removed. Change-Id: I451e2c0a745439838c58bb024d81196f347cfd7b
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -6,13 +6,6 @@ skipsdist = True
|
|||||||
[testenv]
|
[testenv]
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:bashate]
|
|
||||||
commands = {toxinidir}/tools/run-bashate.sh
|
|
||||||
|
|
||||||
[testenv:pep8]
|
|
||||||
commands =
|
|
||||||
flake8
|
|
||||||
|
|
||||||
[testenv:linters]
|
[testenv:linters]
|
||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/run-bashate.sh
|
{toxinidir}/tools/run-bashate.sh
|
||||||
|
Reference in New Issue
Block a user