Tox fixes

This commit is contained in:
rospogrigio
2023-02-07 10:00:18 +01:00
parent 6d0e407e7e
commit febbf421d4
2 changed files with 1 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ jobs:
- ubuntu-latest - ubuntu-latest
python-version: python-version:
- 3.9 - 3.9
- 3.10
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View File

@@ -1,13 +1,12 @@
[tox] [tox]
skipsdist = true skipsdist = true
envlist = py{39,310}, lint, typing envlist = py{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.9: clean, py39, lint, typing 3.9: clean, py39, lint, typing
3.10: clean, py310, lint, typing
[testenv] [testenv]
passenv = TOXENV,CI passenv = TOXENV,CI