pyo3/examples/decorator/.template/tox.ini

8 lines
149 B
INI

[tox]
isolated_build = true
[testenv]
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
commands = pytest {posargs}