2017-03-23 11:20:50 +00:00
|
|
|
{
|
|
|
|
|
"CIBW_TEST_REQUIRES": "nose",
|
2018-07-05 09:28:44 +01:00
|
|
|
"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"
|
2017-03-23 11:20:50 +00:00
|
|
|
}
|