summaryrefslogtreecommitdiff
path: root/scripts/appveyor.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/appveyor.py')
-rwxr-xr-xscripts/appveyor.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/appveyor.py b/scripts/appveyor.py
index e3f5e1f..da2b78f 100755
--- a/scripts/appveyor.py
+++ b/scripts/appveyor.py
@@ -77,6 +77,8 @@ def setup_build_env():
def python_info():
logger.info("Python Information")
+ # NOMERGE: exploring available Python version. Remove before merging.
+ run_command(["dir", "C:\\"])
run_python(['--version'], stderr=sp.STDOUT)
run_python(
['-c', "import sys; print('64bit: %s' % (sys.maxsize > 2**32))"]