tox linting env expects Python 3.7

This commit is contained in:
Bruno Oliveira
2020-12-12 12:06:33 -03:00
parent cf45eab977
commit db896a9d33

View File

@@ -37,7 +37,7 @@ jobs:
- tox_env: "py38-psutil" - tox_env: "py38-psutil"
python: "3.8" python: "3.8"
- tox_env: "linting" - tox_env: "linting"
python: "3.8" python: "3.7"
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1