Skip to content

Commit add0fb9

Browse files
authored
Merge pull request #339 from nicoddemus/py37-pytestmain
2 parents 294ef40 + b8f8844 commit add0fb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
"windows-pypy3",
2525

2626
"ubuntu-py36",
27-
"ubuntu-py36-pytestmain",
27+
"ubuntu-py37-pytestmain",
2828
"ubuntu-py37",
2929
"ubuntu-py38",
3030
"ubuntu-py39",
@@ -54,10 +54,10 @@ jobs:
5454
os: ubuntu-latest
5555
tox_env: "py36"
5656
use_coverage: true
57-
- name: "ubuntu-py36-pytestmain"
58-
python: "3.6"
57+
- name: "ubuntu-py37-pytestmain"
58+
python: "3.7"
5959
os: ubuntu-latest
60-
tox_env: "py36-pytestmain"
60+
tox_env: "py37-pytestmain"
6161
use_coverage: true
6262
- name: "ubuntu-py37"
6363
python: "3.7"

0 commit comments

Comments
 (0)