Skip to content
Snippets Groups Projects
Commit 8b4f8d91 authored by Lars Kellogg-Stedman's avatar Lars Kellogg-Stedman
Browse files

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
parent 63888e73
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment