Test all compatible Pythons

This commit is contained in:
Ivan Kravets
2023-07-28 18:24:47 +03:00
parent 4474175e52
commit 54ff3a8d4e
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
python-version: ["3.6", "3.9", "3.11"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
@ -33,6 +33,7 @@ jobs:
tox -e lint
- name: Integration Tests
if: ${{ matrix.python-version == '3.9' }}
run: |
tox -e testcore

View File

@ -34,6 +34,7 @@ deps =
jsondiff
commands =
{envpython} --version
pio system info
[testenv:lint]
commands =