Skip to content

Commit 64a1e71

Browse files
committed
update and test both pypy3.6 and 3.7
1 parent 8a955b6 commit 64a1e71

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
3.7: docker://python:3.7-buster
3636
3.8: docker://python:3.8-buster
3737
3.9: docker://python:3.9-rc-buster
38-
pypy2: docker://pypy:2-jessie
39-
pypy3: docker://pypy:3-stretch
38+
pypy2.7: docker://pypy:27-jessie
39+
pypy3.6: docker://pypy:36-stretch
40+
pypy3.7: docker://pypy:37-stretch
4041
- name: Windows
4142
runs-on: windows-latest
4243
python_platform: win32
@@ -75,14 +76,19 @@ jobs:
7576
docker: 3.9
7677
implementation: cpython
7778
- name: PyPy 2
78-
tox: pypy2
79-
action: pypy2
80-
docker: pypy2
79+
tox: pypy27
80+
action: pypy-2.7
81+
docker: pypy2.7
8182
implementation: pypy
82-
- name: PyPy 3
83-
tox: pypy3
84-
action: pypy3
85-
docker: pypy3
83+
- name: PyPy 3.6
84+
tox: pypy36
85+
action: pypy-3.6
86+
docker: pypy3.6
87+
implementation: pypy
88+
- name: PyPy 3.7
89+
tox: pypy37
90+
action: pypy-3.7
91+
docker: pypy3.7
8692
implementation: pypy
8793
reactor:
8894
- name: default

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist=
3-
py{27,py2,35,36,37,38,39,py3}-defaultreactor
4-
py{35,36,37,38,39,py3}-asyncioreactor
3+
py{27,py27,35,36,37,38,39,py36,py37}-defaultreactor
4+
py{35,36,37,38,39,py36,py37}-asyncioreactor
55
py{35,36,37,38,39}-pyqt5reactor
66
py{35,36,37,38,39}-pyside2reactor
77
linting

0 commit comments

Comments
 (0)