From af0067526b23f7d796359d326ef7abb94e611701 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 22 Jan 2016 06:37:56 +0100 Subject: [PATCH] ci_install: Show Python version. --- scripts/dev/ci_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dev/ci_install.py b/scripts/dev/ci_install.py index f1b14db7e..4cf512433 100644 --- a/scripts/dev/ci_install.py +++ b/scripts/dev/ci_install.py @@ -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: