Skip to content
Snippets Groups Projects
Commit 83dc362b authored by David Douard's avatar David Douard
Browse files

tox: activate coverage by default

parent 37617af7
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ envlist=flake8,py3
[testenv:py3]
deps =
-r requirements-test.txt
coverage
pytest-cov
pifpaf
commands =
pifpaf run postgresql -- pytest {posargs}
pifpaf run postgresql -- pytest --cov=swh --cov-branch {posargs}
[testenv:flake8]
skip_install = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment