From 9a1314c65609c1276ef4be14e2a08c613641c7d7 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Mon, 14 Oct 2019 14:44:36 +0200 Subject: [PATCH] tox.ini: Install ipdb dependency for development environment --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a22db72..2ca724a 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,7 @@ deps = swh.core[http] >= 0.0.61 .[testing] pytest-cov + ipdb commands = pytest {envsitepackagesdir}/swh/lister/ {posargs}