We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e14ba8 commit 2990b48Copy full SHA for 2990b48
.github/workflows/main.yml
@@ -14,17 +14,17 @@ jobs:
14
os: [ubuntu-latest, windows-latest]
15
include:
16
- python: "2.7"
17
- tox_env: "py27-pytest31"
+ tox_env: "py27-pytest30"
18
- python: "3.5"
19
- tox_env: "py35-pytest31"
+ tox_env: "py35-pytest30"
20
- python: "3.6"
21
- tox_env: "py36-pytest31"
+ tox_env: "py36-pytest30"
22
- python: "3.7"
23
- tox_env: "py37-pytest31"
+ tox_env: "py37-pytest30"
24
- python: "3.8"
25
- tox_env: "py38-pytest31"
+ tox_env: "py38-pytest30"
26
- python: "pypy3"
27
- tox_env: "pypy3-pytest31"
+ tox_env: "pypy3-pytest30"
28
29
steps:
30
- uses: actions/checkout@v1
0 commit comments