Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 69e6d8f

Browse files
committed
adding tox refernce for pypy36-38
1 parent 7e0ec29 commit 69e6d8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[tox]
2-
envlist = pypy38, py36, py37, py38, py39, py310
2+
envlist = pypy36, pypy37, pypy38, py36, py37, py38, py39, py310
33

44
[gh-actions]
55
python =
6-
pypy-38: pypy38
6+
pypy-3.6: pypy36
7+
pypy-3.7: pypy37
8+
pypy-3.8: pypy38
79
3.6: py36
810
3.7: py37
911
3.8: py38

0 commit comments

Comments
 (0)