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 f513359 commit fb30b25Copy full SHA for fb30b25
tox.ini
@@ -3,13 +3,13 @@ requires =
3
tox>=4.2
4
env_list =
5
fix
6
- type
7
- coverage
8
- readme
9
3.13
10
3.12
11
3.11
12
3.10
+ type
+ coverage
+ readme
13
skip_missing_interpreters = true
14
15
[testenv]
@@ -41,6 +41,11 @@ deps =
41
commands =
42
pre-commit run --all-files --show-diff-on-failure
43
44
+[testenv:3.13]
45
+extras =
46
+ testing
47
+ type-comment
48
+
49
[testenv:type]
50
description = run type check on code base
51
deps =
@@ -86,11 +91,6 @@ commands =
86
91
pyproject-build -o {envtmpdir} --wheel --sdist .
87
92
twine check {envtmpdir}/*
88
93
89
-[testenv:3.13]
90
-extras =
- testing
- type-comment
-
94
[testenv:dev]
95
description = generate a DEV environment
96
package = editable
0 commit comments