2021-02-22 00:30:41 +00:00
|
|
|
[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
|
2021-06-06 14:19:29 +00:00
|
|
|
pytest --benchmark-sort=name {posargs}
|