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

tox.ini: Fix py3 environment to use packaged tests

Related D2082
parent 131298ca
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,9 @@ deps = ...@@ -6,7 +6,9 @@ deps =
.[testing] .[testing]
pytest-cov pytest-cov
commands = commands =
pytest --cov=swh --cov-branch {posargs} pytest --cov={envsitepackagesdir}/swh/model \
{envsitepackagesdir}/swh/model \
--cov-branch {posargs}
[testenv:flake8] [testenv:flake8]
skip_install = true 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