[tox] envlist = py27,py3 [testenv] deps = pytest commands = {envpython} -m pytest {posargs} [pytest] testpaths = test python_files = *test_*.py