From 24dd1fff2cc33f06c1afc506385025173f0820da Mon Sep 17 00:00:00 2001 From: Chris Glass Date: Fri, 14 Aug 2020 16:29:49 +0200 Subject: [PATCH] Add ipdb to test deps This is not strictly necessary but it helps tremendously to have a REPL around to break into when a test fails. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e507416..0c7f938 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ setenv = postgres: DEFAULT_DATABASE = postgres:///default postgres: SECONDARY_DATABASE = postgres:///secondary deps = + ipdb coverage dj-database-url django21: Django ~= 2.1