Skip to content

Commit 848d914

Browse files
committed
Fix name of tox environments for pypy
1 parent 745ea92 commit 848d914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- python: "3.9"
2727
tox_env: "py39"
2828
- python: "pypy-2.7"
29-
tox_env: "py27"
29+
tox_env: "pypy2"
3030
- python: "pypy-3.7"
31-
tox_env: "py37"
31+
tox_env: "pypy3"
3232

3333
steps:
3434
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)