[tox] envlist = {% for supported_version in supported_versions %}py{{supported_version|replace(".", "") }}{% if not loop.last %},{% endif %}{% endfor %} [testenv] commands=python {toxinidir}/_test_build.py changedir = {toxinidir}