dirty
This commit is contained in:
parent
9de1a7db79
commit
7bb0188a42
30 changed files with 93 additions and 194 deletions
12
tox.ini
12
tox.ini
|
|
@ -2,8 +2,7 @@
|
|||
requires =
|
||||
tox>=4.19
|
||||
env_list =
|
||||
py3{8-12}-{unit}
|
||||
py3{8-12}-sphinx{5-8}-{integration}
|
||||
integration-py3{9-13}-sphinx{5-8}
|
||||
lint
|
||||
format
|
||||
|
||||
|
|
@ -35,15 +34,6 @@ deps =
|
|||
commands =
|
||||
black --check src tests
|
||||
|
||||
[testenv:py3{9-13}-unit]
|
||||
description = run type check on code base
|
||||
labels = unit
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
pytest
|
||||
commands =
|
||||
pytest tests/unit --junitxml=test-reports/{env_name}.xml
|
||||
|
||||
[testenv:py3{9-13}-sphinx{5-7}-integration]
|
||||
description = run type check on code base
|
||||
labels = integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue