Skip to content

Commit

Permalink
Tox fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rospogrigio committed Feb 7, 2023
1 parent febbf42 commit f51d833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
platform:
- ubuntu-latest
python-version:
- 3.8
- 3.9
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit f51d833

Please sign in to comment.