Skip to content

Commit 335ac64

Browse files
Add tox configuration for testing environments
1 parent c4fecfa commit 335ac64

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

setup.cfg

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
[egg_info]
2-
tag_build =
3-
tag_date = 0
1+
[tox:tox]
2+
requires =
3+
tox >= 4.0
4+
env_list =
5+
3.15
6+
3.14t
7+
3.14
8+
3.13
9+
3.12
10+
3.11
11+
type
412

13+
[testenv]
14+
deps = pytest
15+
commands = pytest tests
16+
17+
[testenv:type]
18+
deps = mypy
19+
commands = mypy src

0 commit comments

Comments
 (0)