Update pygls (#68)

This commit is contained in:
Regen
2023-01-08 21:06:39 +09:00
committed by GitHub
parent 691beef1dc
commit a28d3803ad
7 changed files with 143 additions and 297 deletions

10
tox.ini
View File

@@ -2,6 +2,8 @@
env_list = py{37,38,39,310}
isolated_build = True
passenv = *
setenv =
PDM_IGNORE_SAVED_PYTHON="1"
[gh-actions]
python =
@@ -11,7 +13,9 @@ python =
3.10: py310
[testenv]
groups = dev, lint
allowlist_externals =
pdm
commands =
lint
test
pdm install --dev -G :all
pdm run lint
pdm run test