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

Failing tests is less noisy in development mode.
This commit is contained in:
Antoine R. Dumont (@ardumont) 2019-10-12 03:09:11 +02:00
parent 903b644c63
commit 2a33f43006
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -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