pyo3/examples/word-count/tox.ini

6 lines
138 B
INI
Raw Normal View History

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