Skip to content

Commit e9fe0d1

Browse files
committed
Fix pypy CI testing
Called pypy2 in github actions.
1 parent 6e83b0a commit e9fe0d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- 3.6
1818
- 3.7
1919
- 3.8
20-
- pypy
20+
- pypy2
2121
- pypy3
2222

2323
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python =
77
3.6: py36
88
3.7: py37
99
3.8: py38, format
10-
pypy: pypy
10+
pypy2: pypy
1111
pypy3: pypy3
1212

1313
[testenv]

0 commit comments

Comments
 (0)