Tox fixes

This commit is contained in:
rospogrigio
2023-02-07 17:44:51 +01:00
parent fa301d1ad6
commit d4af0f63f6
2 changed files with 0 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ jobs:
platform:
- ubuntu-latest
python-version:
- 3.8
- 3.9
steps:
- uses: actions/checkout@v2

View File

@@ -6,7 +6,6 @@ cs_exclude_words = hass,unvalid
[gh-actions]
python =
3.8: clean, py38, lint, typing
3.9: clean, py39, lint, typing
[testenv]