[tox] envlist = py{310,311,312} isolated_build = true [gh-actions] python = 3.10: py310 3.11: py311 3.12: py312 [testenv] extras = testing commands = python -m pytest --mpl --mpl-generate-summary=html --mpl-results-path={toxinidir}/reports -v --color=yes --cov=napari_matplotlib --cov-report=xml