tox.ini: Install ipdb dependency for development environment

This commit is contained in:
Antoine R. Dumont (@ardumont) 2019-10-14 14:44:36 +02:00
parent fcd8521622
commit 9a1314c656
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -15,6 +15,7 @@ deps =
swh.core[http] >= 0.0.61
.[testing]
pytest-cov
ipdb
commands =
pytest {envsitepackagesdir}/swh/lister/ {posargs}