diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 445e6e0e..10fcf101 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -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 diff --git a/tox.ini b/tox.ini index f8a15f3b..2eda9b90 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,7 @@ deps = jsondiff commands = {envpython} --version + pio system info [testenv:lint] commands =