9 lines
134 B
INI
9 lines
134 B
INI
[tox]
|
|
minversion = 1.6
|
|
envlist = py27
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
deps = jsonschema
|
|
commands = {envpython} bin/jsonschema_suite check
|