summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-10-31 06:24:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-10-31 06:24:05 -0400
commit85d3f588552128b29d5c7eb4b030fa29df39df1a (patch)
tree7a920a48c23de1d98bee08bf2ac83e417d6b09c1 /appveyor.yml
parent4113a321b239c0da518c6a8ae8bc96409f216fa9 (diff)
downloadpython-coveragepy-git-85d3f588552128b29d5c7eb4b030fa29df39df1a.tar.gz
Better version showing
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 795c8ee4..1131efe1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -111,8 +111,7 @@ install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
# Check that we have the expected version and architecture for Python
- - "python --version"
- - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
+ - "python -c \"import struct, sys; print('{}\\n{}-bit'.format(sys.version, struct.calcsize('P') * 8))\""
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.