Remove trailing commas from environment declarations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user