Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 38a9b5f

Browse files
committed
tox: print python version and bitness for debugging
fixu
1 parent e59b89c commit 38a9b5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ deps =
1212
lxml: -rextra_requirements.txt
1313
extras = testing
1414
commands =
15+
python --version
16+
python -c "import struct; print('%s-bit' % (struct.calcsize('P') * 8))"
1517
nocov: pytest {posargs}
1618
cov: pytest --cov="{envsitepackagesdir}/ufoLib" --cov-config={toxinidir}/.coveragerc {posargs}
1719

0 commit comments

Comments
 (0)