Add validate scrits to linters

In an effort to reduce the number of gates, we can combine
non-conflicting jobs as we have already done with pep8 and bashate

TrivialFix

Change-Id: I81c2e523c563f8c761b57c8f20ca807d59da5d68
This commit is contained in:
SamYaple 2016-01-15 18:53:25 +00:00
parent 6b65aed50b
commit d3a0f222cf
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ commands =
commands =
{toxinidir}/tools/run-bashate.sh
flake8 {posargs}
{toxinidir}/tools/validate-all-json.sh
{toxinidir}/tools/validate-all-yaml.sh
{toxinidir}/tools/validate-all-maintainer.sh
[testenv:pep8]
commands =