Fix linting
This commit is contained in:
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user