add a validation tool

Add a basic validation tool to check the input values against the
current state of the repository.

Change-Id: I570c7028e4dc469a670ff933fdfe6bde3095d0ac
This commit is contained in:
Doug Hellmann
2015-07-16 18:59:47 +00:00
parent e561da93a5
commit 9531272b97
2 changed files with 99 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
[testenv:validate]
commands = {toxinidir}/tools/validate.py {posargs}
[testenv:pep8]
deps = flake8
commands = flake8