[tox] minversion = 2.0 envlist = py{27,34,35,36,37},pypy [testenv] basepython = py27: {env:TOXPYTHON:python2.7} py34: {env:TOXPYTHON:python3.4} py35: {env:TOXPYTHON:python3.5} py36: {env:TOXPYTHON:python3.6} py37: {env:TOXPYTHON:python3.7} pypy: {env:TOXPYTHON:pypy} deps = -rdevscripts/requirements/requirements_tests.txt changedir = test commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)" ./test_all passenv = HOME