Tox fixes
This commit is contained in:
1
.github/workflows/tox.yaml
vendored
1
.github/workflows/tox.yaml
vendored
@@ -14,6 +14,7 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
python-version:
|
python-version:
|
||||||
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
3
tox.ini
3
tox.ini
@@ -1,11 +1,12 @@
|
|||||||
[tox]
|
[tox]
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
envlist = py{39}, 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.8: clean, py38, lint, typing
|
||||||
3.9: clean, py39, lint, typing
|
3.9: clean, py39, lint, typing
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
Reference in New Issue
Block a user