[tox] envlist = py36,py37,flake8 [testenv] usedevelop=True deps = requests pytest commands = pytest [testenv:flake8] basepython = python3 deps = flake8 commands = flake8 ferrit tests