Skip to content

Commit d9191b5

Browse files
committed
update
1 parent bd2fa5c commit d9191b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tox]
2+
envlist = py310, py311, py312, py313, py314
3+
skip_missing_interpreters = true
4+
install_command = uv pip install {opts} {packages}
5+
6+
[testenv]
7+
deps = -r requirements-dev.txt
8+
commands = pytest -vv

0 commit comments

Comments
 (0)