Skip to content

Commit f6becac

Browse files
committed
Add tox.ini to allow local testing with multiple Python versions
1 parent 8c0620a commit f6becac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[tox]
2+
envlist = py310, py311, py312, py313
3+
[testenv]
4+
deps =
5+
-rrequirements-dev.txt
6+
commands =
7+
pytest --cov

0 commit comments

Comments
 (0)