Maybe bitrise will run the macos builds!

This commit is contained in:
Joe Rickerby
2017-09-10 22:02:36 +01:00
parent a7f81b3c58
commit 53b4ea5125
+2
View File
@@ -59,6 +59,8 @@ def main():
platform = 'macos'
elif 'APPVEYOR' in os.environ:
platform = 'windows'
elif 'BITRISE_BUILD_NUMBER' in os.environ:
platform = 'macos'
else:
print('cibuildwheel: Unable to detect platform. cibuildwheel should run on your CI server, '
'Travis CI and Appveyor are supported. You can run on your development '