[tox] skipsdist = True [testenv] basepython = python3 [testenv:flake8] description = lint with flake8 deps = flake8 commands = flake8 --max-line-length=88 [testenv:pytest] description = test cases usedevelop = True deps = pytest commands = pytest