Files
cmake-language-server/tox.ini
2023-01-08 16:39:41 +09:00

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