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

[testenv:py3]
deps =
David Douard's avatar
David Douard committed
  pytest-cov
commands =
  pytest --cov=swh --cov-branch {posargs}

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