Skip to content

Commit 2990b48

Browse files
committed
Try only pytest 3.0
1 parent 6e14ba8 commit 2990b48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
os: [ubuntu-latest, windows-latest]
1515
include:
1616
- python: "2.7"
17-
tox_env: "py27-pytest31"
17+
tox_env: "py27-pytest30"
1818
- python: "3.5"
19-
tox_env: "py35-pytest31"
19+
tox_env: "py35-pytest30"
2020
- python: "3.6"
21-
tox_env: "py36-pytest31"
21+
tox_env: "py36-pytest30"
2222
- python: "3.7"
23-
tox_env: "py37-pytest31"
23+
tox_env: "py37-pytest30"
2424
- python: "3.8"
25-
tox_env: "py38-pytest31"
25+
tox_env: "py38-pytest30"
2626
- python: "pypy3"
27-
tox_env: "pypy3-pytest31"
27+
tox_env: "pypy3-pytest30"
2828

2929
steps:
3030
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)