Remove trailing commas from environment declarations

This commit is contained in:
Joe Rickerby
2019-04-22 18:33:03 +01:00
parent 21fb27faf7
commit f410fbdd03
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import utils
def test():
# set up the environment
env = os.environ.copy()
env["CIBW_BUILD"] = "cp3?-*",
env["CIBW_BUILD"] = "cp3?-*"
env["CIBW_SKIP"] = "cp34-*"
# build the wheels