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

tox.ini: Install a py3-dev environment to ease development

Failing tests is less noisy in development mode.
parent 903b644c
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,13 @@ commands =
pytest --cov={envsitepackagesdir}/swh/lister/ --cov-branch \
{envsitepackagesdir}/swh/lister/ {posargs}
[testenv:py3-dev]
deps =
swh.core[http] >= 0.0.61
.[testing]
pytest-cov
commands =
pytest {envsitepackagesdir}/swh/lister/ {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