xref: /aosp_15_r20/external/json-schema-validator/src/test/suite/tox.ini (revision 78c4dd6aa35290980cdcd1623a7e337e8d021c7c)
1[tox]
2minversion = 1.6
3envlist = sanity
4skipsdist = True
5
6[testenv:sanity]
7# used just for validating the structure of the test case files themselves
8deps = jsonschema==4.18.0a4
9commands = {envpython} bin/jsonschema_suite check
10