Skip to content
Snippets Groups Projects
tox.ini 375 B
Newer Older
David Douard's avatar
David Douard committed
[tox]
envlist=flake8,mypy,py3
David Douard's avatar
David Douard committed

[testenv]
David Douard's avatar
David Douard committed
deps =
  pytest-cov
commands =
  pytest --cov={envsitepackagesdir}/swh/model \
         {envsitepackagesdir}/swh/model \
           --cov-branch {posargs}
David Douard's avatar
David Douard committed

[testenv:flake8]
skip_install = true
deps =
  flake8
commands =
  {envpython} -m flake8