git-subtree-dir: third_party/rapidjson git-subtree-split: f54b0e47a08782a6131cc3d60f94d038fa6e0a51
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
|