mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
git-subtree-dir: external/rapidjson git-subtree-split: 2e8f5d897d9d461a7273b4b812b0127f321b1dcf
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
|