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

tox.ini: Fix py3 environment to only tests the swh/core tests

parent 3f7ab6eb
No related branches found
Tags v0.0.72
No related merge requests found
......@@ -34,7 +34,7 @@ commands =
pytest --doctest-modules \
--hypothesis-profile=slow \
--cov=swh --cov-branch \
{envsitepackagesdir} {posargs}
{envsitepackagesdir}/swh/core {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