Fix linting

This commit is contained in:
Bruno Oliveira
2020-12-12 11:52:47 -03:00
parent 16694a978d
commit 3fb369c8ac

View File

@@ -10,16 +10,16 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
tox_env: tox_env:
- "py35-pytestlatest" - "py35-pytestlatest"
- "py36-pytestlatest" - "py36-pytestlatest"
- "py37-pytestlatest" - "py37-pytestlatest"
- "py38-pytestlatest" - "py38-pytestlatest"
- "py39-pytestlatest" - "py39-pytestlatest"
- "py38-pytestmaster" - "py38-pytestmaster"
- "py38-psutil" - "py38-psutil"
- "linting" - "linting"
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
include: include:
- tox_env: "py35-pytestlatest" - tox_env: "py35-pytestlatest"