Skip to content
Snippets Groups Projects
Verified Commit 3e9ea55d authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

tox: Adapt configuration to make the coverage report work

parent dbaf832e
No related branches found
No related tags found
Loading
......@@ -6,8 +6,9 @@ deps =
.[testing]
pytest-cov
pifpaf
pytest-django
commands =
pifpaf run postgresql -- pytest {envsitepackagesdir}/swh/deposit --cov=swh --cov-branch {posargs}
pifpaf run postgresql -- pytest --cov {envsitepackagesdir}/swh/deposit --cov-branch {posargs} {envsitepackagesdir}/swh/deposit
[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