Add test for boolean ops on windows

This commit is contained in:
Joe Rickerby
2020-03-07 12:21:31 +00:00
parent 6265d87d09
commit c33fa2ada0
+1 -1
View File
@@ -32,7 +32,7 @@ def test_extras_require():
# the 'false ||' bit is to ensure this command runs in a shell on
# mac/linux.
'CIBW_TEST_COMMAND': 'false || nosetests {project}/test',
'CIBW_TEST_COMMAND_WINDOWS': 'nosetests {project}/test',
'CIBW_TEST_COMMAND_WINDOWS': 'COLOR 00 || nosetests {project}/test',
})
# also check that we got the right wheels