mirror of
https://github.com/njvack/markdown-to-json.git
synced 2026-01-09 22:37:54 -05:00
15 lines
237 B
INI
15 lines
237 B
INI
# content of: tox.ini , put in same dir as setup.py
|
|
[tox]
|
|
envlist =
|
|
py39
|
|
py310
|
|
py311
|
|
py312
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest==8.2.0
|
|
pytest-cov==5.0.0
|
|
commands =
|
|
py.test --cov-report term-missing --cov=markdown_to_json
|