tox.ini: Install a py3-dev environment to ease development
Failing tests is less noisy in development mode.
This commit is contained in:
parent
903b644c63
commit
2a33f43006
1 changed files with 7 additions and 0 deletions
7
tox.ini
7
tox.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue