# 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