mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-10 03:29:59 +01: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
|