File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11[tox]
2- envlist = fmt, lint, unit
2+ envlist = py3-{ fmt, lint, unit}
33minversion = 4.4
44
55[testenv]
@@ -16,10 +16,10 @@ commands =
1616[testenv:py3]
1717basepython = python3.11
1818
19- [testenv:unit]
19+ [testenv:py3- unit]
2020basepython = {[testenv:py3]basepython}
2121
22- [testenv:lint]
22+ [testenv:py3- lint]
2323basepython = {[testenv:py3]basepython}
2424description = lint with pylint
2525deps =
2929commands =
3030 {basepython} -m pylint --load-plugins pylint_pydantic fms_mo/ tests/
3131
32- [testenv:fmt]
32+ [testenv:py3- fmt]
3333basepython = {[testenv:py3]basepython}
3434description = format with pre-commit
3535deps =
@@ -51,3 +51,9 @@ commands =
5151 coverage report -m
5252 coverage xml
5353 genbadge coverage -s -i coverage.xml
54+
55+ [gh]
56+ python =
57+ 3.11 = py311-{unit}
58+ 3.10 = py310-{unit}
59+ 3.9 = py39-{unit}
You can’t perform that action at this time.
0 commit comments