ci_install: Show Python version.
This commit is contained in:
parent
7f70964171
commit
af0067526b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user