From 377eadbad3fc18f66c055d22ef3dedeff8e4d874 Mon Sep 17 00:00:00 2001 From: William Ting Date: Thu, 28 Apr 2016 22:50:09 -0700 Subject: [PATCH] Add dev debug tools. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 6e227a3..f2c9332 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,8 @@ setenv = deps = mock coverage + ipdb + ipython pytest commands = coverage run --source=bin/ -m pytest -vv -rxs --tb native -s --durations 10 --strict {posargs:tests}