mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-09-04 21:51:00 +02:00
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
|