diff --git a/test/02_test/environment.json b/test/02_test/environment.json index a9b6ac2b..3a541dd4 100644 --- a/test/02_test/environment.json +++ b/test/02_test/environment.json @@ -1,4 +1,6 @@ { "CIBW_TEST_REQUIRES": "nose", - "CIBW_TEST_COMMAND": "nosetests {project}/test" + "CIBW_TEST_COMMAND": "false || nosetests {project}/test", + "comment": "The 'false ||' bit is to ensure this command runs in a shell on Mac and Linux", + "CIBW_TEST_COMMAND_WINDOWS": "nosetests {project}/test" }