Skip to content

Commit eccd10a

Browse files
committed
update docker list for pypy
1 parent b2bf8c6 commit eccd10a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
3.6: docker://python:3.6-buster
3232
3.7: docker://python:3.7-buster
3333
3.8: docker://python:3.8-buster
34+
pypy2: docker://pypy:2-stretch
35+
pypy2: docker://pypy:3-stretch
3436
- name: Windows
3537
runs-on: windows-latest
3638
python_platform: win32
@@ -61,9 +63,11 @@ jobs:
6163
- name: PyPy 2
6264
tox: pypy2
6365
action: pypy2
66+
docker: pypy2
6467
- name: PyPy 3
6568
tox: pypy3
6669
action: pypy3
70+
docker: pypy3
6771
reactor:
6872
- name: default
6973
tox: default

0 commit comments

Comments
 (0)