appveyor: log name of build worker image

This commit is contained in:
Ralph Lange
2020-04-28 14:35:24 +02:00
parent e91a588370
commit 4f4f76a5db

View File

@@ -81,6 +81,9 @@ isbase314 = False
silent_dep_builds = True
def host_info():
print('{0}AppVeyor Build Worker Image:{1} {2}'
.format(ANSI_CYAN, ANSI_RESET, os.environ['APPVEYOR_BUILD_WORKER_IMAGE']))
print('{0}Python setup{1}'.format(ANSI_CYAN, ANSI_RESET))
print(sys.version)
print('PYTHONPATH')