File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -53,34 +53,42 @@ jobs:
5353 tox : py27
5454 action : 2.7
5555 docker : 2.7
56+ implementation : cpython
57+ - name : PyPy 2.7
58+ tox : pypy27
59+ action : pypy-2.7
60+ docker : pypy2.7
61+ implementation : pypy
5662 - name : CPython 3.6
5763 tox : py36
5864 action : 3.6
5965 docker : 3.6
66+ implementation : cpython
6067 - name : CPython 3.7
6168 tox : py37
6269 action : 3.7
6370 docker : 3.7
71+ implementation : cpython
6472 - name : CPython 3.8
6573 tox : py38
6674 action : 3.8
6775 docker : 3.8
76+ implementation : cpython
6877 - name : CPython 3.9
6978 tox : py39
7079 action : 3.9
7180 docker : 3.9
72- - name : PyPy 2.7
73- tox : pypy27
74- action : pypy-2.7
75- docker : pypy2.7
81+ implementation : cpython
7682 - name : PyPy 3.6
7783 tox : pypy36
7884 action : pypy-3.6
7985 docker : pypy3.6
86+ implementation : pypy
8087 - name : PyPy 3.7
8188 tox : pypy37
8289 action : pypy-3.7
8390 docker : pypy3.7
91+ implementation : pypy
8492 arch :
8593 - name : x86
8694 action : x86
You can’t perform that action at this time.
0 commit comments