added pypy to test matrix

This commit is contained in:
AlyonaSviridenko 2021-04-08 16:19:35 +03:00
parent 65839cc499
commit cc3f7d530b

View File

@ -41,6 +41,12 @@
"arch": "s390x", "arch": "s390x",
"platform": "linux", "platform": "linux",
"download_url": "https://test.download.python.org/pypy/pypy3.6-v7.3.3-s390x.tar.bz2" "download_url": "https://test.download.python.org/pypy/pypy3.6-v7.3.3-s390x.tar.bz2"
},
{
"filename": "pypy2.7-v7.3.4rc1-win64.zip",
"arch": "x64",
"platform": "win64",
"download_url": "https://test.downloads.python.org/pypy/pypy2.7-v7.3.4rc1-win64.zip"
} }
] ]
}, },