• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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