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

tox.ini: Fix coverage report for py3 environment

parent 576e21c2
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ commands =
pifpaf run postgresql -- \
pytest --doctest-modules \
--hypothesis-profile=slow \
--cov=swh --cov-branch \
--cov={envsitepackagesdir}/swh/core --cov-branch \
{envsitepackagesdir}/swh/core {posargs}
[testenv:flake8]
......
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