[tox] envlist = py37, py35, flake8 [testenv] commands = py.test tests deps = pytest [testenv:flake8] commands = flake8 tests deps = flake8 skip_install = True skipsdist = True