pyo3/examples/setuptools-rust-starter/tox.ini

6 lines
138 B
INI
Raw Normal View History

[testenv]
2021-10-12 23:05:33 +00:00
usedevelop = true
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
2021-10-12 23:05:33 +00:00
commands = pytest {posargs}