[tox] envlist=flake8,py3 [testenv:py3] deps = .[testing] pytest-cov setenv = SWH_CONFIG_FILENAME = ./resources/loader.yml commands = pytest --cov=swh --cov-branch {posargs} [testenv:flake8] skip_install = true deps = flake8 commands = {envpython} -m flake8