Files
markdown-to-json/tox.ini
Matthew Martin 8f1ce58126 2.1.1
2024-05-09 12:17:24 -04:00

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