We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2fa5c commit d9191b5Copy full SHA for d9191b5
tox.ini
@@ -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