diff --git a/tox.ini b/tox.ini index 11c02feda..f4b1600a6 100644 --- a/tox.ini +++ b/tox.ini @@ -13,9 +13,6 @@ deps = install_command = {envpython} -m pip install -v {opts} {packages} commands = - # check that we have the expected Python version and architecture - {envpython} -c "import sys; print(sys.version)" - {envpython} -c "import struct; print(struct.calcsize('P') * 8)" # run the test suite against the package installed inside tox env py.test {posargs:--pyargs fontTools}