Update tox.ini

This commit is contained in:
rospogrigio
2021-11-27 15:20:53 +01:00
committed by GitHub
parent 62327629a6
commit 427e64444b

View File

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