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
@@ -11,7 +11,7 @@ def test():
env["CIBW_TEST_REQUIRES"] = "nose",
# the 'false ||' bit is to ensure this command runs in a shell on
# mac/linux.
env["CIBW_TEST_COMMAND"] = "false || nosetests {project}/test",
env["CIBW_TEST_COMMAND"] = "false || nosetests {project}/test"
env["CIBW_TEST_COMMAND_WINDOWS"] = "nosetests {project}/test"
# build & test the wheels