Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
raw
history blame
229 Bytes
[tox]
envlist = py3{7,8,9,10,11,12}
skip_missing_interpreters = true
[testenv]
deps =
jsonschema>=4.0.0
coverage
commands =
coverage run --source=genson -m unittest
coverage report --omit='*/__main__.py' --fail-under=90