Add Docker check to linux run

This commit is contained in:
Joe Rickerby
2017-06-27 18:18:20 +01:00
parent e475859d89
commit 3ad2443df1
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ def main():
elif 'APPVEYOR' in os.environ:
platform = 'windows'
else:
print('Unable to detect platform. cibuildwheel should run on your CI server, '
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 '
'machine using the --platform argument. Check --help output for more '
'information.',