[tox] envlist = py35, py36, py37 [testenv] commands = pytest {posargs} extras = tests usedevelop=True