diff options
Diffstat (limited to 'json/tox.ini')
-rw-r--r-- | json/tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/json/tox.ini b/json/tox.ini new file mode 100644 index 0000000..72fd562 --- /dev/null +++ b/json/tox.ini @@ -0,0 +1,9 @@ +[tox] +minversion = 1.6 +envlist = sanity +skipsdist = True + +[testenv:sanity] +# used just for validating the structure of the test case files themselves +deps = jsonschema>=3.2.0 +commands = {envpython} bin/jsonschema_suite check |