From f51d833ae1e435d435659eb1dcfc89c30e2acbf2 Mon Sep 17 00:00:00 2001 From: rospogrigio Date: Tue, 7 Feb 2023 10:02:29 +0100 Subject: [PATCH] Tox fixes --- .github/workflows/tox.yaml | 1 + tox.ini | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index 05465c0bd..3d1c78a0b 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -14,6 +14,7 @@ jobs: platform: - ubuntu-latest python-version: + - 3.8 - 3.9 steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 69dd508e2..2602e5e1f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,12 @@ [tox] skipsdist = true -envlist = py{39}, lint, typing +envlist = py{38,39}, 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 [testenv]