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
(cherry picked from commit d3a0f222cf)
This commit is contained in:
SamYaple 2016-01-15 18:53:25 +00:00 committed by Sam Yaple
parent 723537fbdf
commit 732e295b8b
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ deps = -r{toxinidir}/requirements.txt
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 =