modify tox config to use new validation code

this patch modifies tox.ini to perform both the JSON and YAML validation
checks.

Change-Id: Ie8db699f19dc7698407bab1e3d51dcb6184cfad2
This commit is contained in:
Lars Kellogg-Stedman 2014-10-14 12:41:29 -04:00
parent 63888e7385
commit 8b4f8d91ad
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
demjson
PyYAML

View File

@ -8,4 +8,5 @@ deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8]
commands =
{toxinidir}/tools/validate-json.sh
{toxinidir}/tools/validate-all-json.sh
{toxinidir}/tools/validate-all-yaml.sh