Skip to content

Commit 3fb369c

Browse files
committed
Fix linting
1 parent 16694a9 commit 3fb369c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
tox_env:
14-
- "py35-pytestlatest"
15-
- "py36-pytestlatest"
16-
- "py37-pytestlatest"
17-
- "py38-pytestlatest"
18-
- "py39-pytestlatest"
19-
- "py38-pytestmaster"
20-
- "py38-psutil"
13+
tox_env:
14+
- "py35-pytestlatest"
15+
- "py36-pytestlatest"
16+
- "py37-pytestlatest"
17+
- "py38-pytestlatest"
18+
- "py39-pytestlatest"
19+
- "py38-pytestmaster"
20+
- "py38-psutil"
2121
- "linting"
22-
22+
2323
os: [ubuntu-latest, windows-latest]
2424
include:
2525
- tox_env: "py35-pytestlatest"

0 commit comments

Comments
 (0)