diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f343d65a..556f0b50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,11 +56,8 @@ jobs: strategy: fail-fast: false matrix: - include: - - python-version: "3.7" - tox-job: "mypy" - - python-version: "3.10" - tox-job: "docs" + python-version: ['3.10'] + tox-job: ["mypy", "docs"] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index adc8fa34..62cb3fd7 100644 --- a/tox.ini +++ b/tox.ini @@ -37,9 +37,7 @@ deps = {[testenv:min]deps} [testenv:mypy] -basepython = python3.7 deps = - {[testenv:min]deps} mypy==0.790 commands = mypy --ignore-missing-imports --no-warn-no-return scrapy_poet tests