ci_install: Show Python version.

This commit is contained in:
Florian Bruhin 2016-01-22 06:37:56 +01:00
parent 7f70964171
commit af0067526b

View File

@ -65,6 +65,7 @@ def check_setup(executable):
print("Checking setup...")
subprocess.check_call([executable, '-c', 'import PyQt5'])
subprocess.check_call([executable, '-c', 'import sip'])
subprocess.check_call([executable, '--version'])
if 'APPVEYOR' in os.environ: