Skip non-linux builds for 06_docker_images test, now that we have custom checks

This commit is contained in:
Yannick Jadoul
2019-04-20 22:12:45 +02:00
parent 95d2086ced
commit 3f7a4d753f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"CIBW_MANYLINUX1_X86_64_IMAGE": "dockcross/manylinux-x64",
"CIBW_MANYLINUX1_I686_IMAGE": "dockcross/manylinux-x86",
"CIBW_SKIP": "cp37-manylinux*"
"CIBW_SKIP": "*macos* *win*"
}