Tox fixes

This commit is contained in:
rospogrigio
2023-02-07 09:57:27 +01:00
parent 999d50ee4e
commit 6d0e407e7e
5 changed files with 20 additions and 15 deletions

View File

@@ -1,13 +1,13 @@
[tox]
skipsdist = true
envlist = py{38,39}, lint, typing
envlist = py{39,310}, lint, typing
skip_missing_interpreters = True
cs_exclude_words = hass,unvalid
[gh-actions]
python =
3.8: clean, py38, lint, typing
3.9: clean, py39, lint, typing
3.10: clean, py310, lint, typing
[testenv]
passenv = TOXENV,CI