We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16694a9 commit 3fb369cCopy full SHA for 3fb369c
1 file changed
.github/workflows/main.yml
@@ -10,16 +10,16 @@ jobs:
10
strategy:
11
fail-fast: false
12
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"
+ tox_env:
+ - "py35-pytestlatest"
+ - "py36-pytestlatest"
+ - "py37-pytestlatest"
+ - "py38-pytestlatest"
+ - "py39-pytestlatest"
+ - "py38-pytestmaster"
+ - "py38-psutil"
21
- "linting"
22
-
+
23
os: [ubuntu-latest, windows-latest]
24
include:
25
- tox_env: "py35-pytestlatest"
0 commit comments