pyo3/examples/pyo3-benchmarks/tox.ini
2021-04-03 11:59:41 +01:00

11 lines
258 B
INI

[tox]
# can't install from sdist because local pyo3 repo can't be included in the sdist
skipsdist = true
[testenv]
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
commands =
python setup.py install
pytest {posargs}