Skip to content

Commit bcd9101

Browse files
committed
Add tox for multiversion testing
1 parent f13a61f commit bcd9101

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tox.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[tox]
2+
envlist = py39, py310, py311, py312
3+
4+
5+
[testenv]
6+
skip_install = true
7+
allowlist_externals = poetry
8+
commands_pre =
9+
poetry install
10+
commands =
11+
poetry run coverage run -m pytest tests/unit

0 commit comments

Comments
 (0)