18 lines
208 B
INI
18 lines
208 B
INI
[tox]
|
|
env_list = py{37,38,39,310}
|
|
isolated_build = True
|
|
passenv = *
|
|
|
|
[gh-actions]
|
|
python =
|
|
3.7: py37
|
|
3.8: py38
|
|
3.9: py39
|
|
3.10: py310
|
|
|
|
[testenv]
|
|
groups = dev, lint
|
|
commands =
|
|
lint
|
|
test
|