add back tox

This commit is contained in:
asears 2025-01-06 19:18:37 -05:00
parent bef172adcb
commit cf2406a90c

8
tox.ini Normal file
View File

@ -0,0 +1,8 @@
[tox]
envlist =
py{39,310,311,312,313}
[testenv]
extras = tests
commands =
pytest -v {posargs}