Changing variable name of BuildSelector instance, updating Python version in test 04_build_skip, and adding unit tests for BuildSelector

This commit is contained in:
Yannick Jadoul
2018-09-23 13:08:26 +02:00
parent c108807e16
commit 7362075b61
7 changed files with 72 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"CIBW_BUILD": "cp3?-*",
"CIBW_SKIP": "cp33-*"
"CIBW_SKIP": "cp34-*"
}