Dropping PyPy version from PyPy build identifiers

This commit is contained in:
Yannick Jadoul
2020-02-19 17:10:17 +01:00
parent fd0a789988
commit 0423d79e63
6 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def test():
actual_wheels = utils.cibuildwheel_run(project_dir, add_env={
'CIBW_MANYLINUX_X86_64_IMAGE': 'dockcross/manylinux2010-x64',
'CIBW_MANYLINUX_I686_IMAGE': 'dockcross/manylinux2010-x86',
'CIBW_SKIP': 'pp*-*',
'CIBW_SKIP': 'pp*',
})
# also check that we got the right wheels built