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.
This commit is contained in:
@@ -12,6 +12,7 @@ setenv =
|
|||||||
postgres: DEFAULT_DATABASE = postgres:///default
|
postgres: DEFAULT_DATABASE = postgres:///default
|
||||||
postgres: SECONDARY_DATABASE = postgres:///secondary
|
postgres: SECONDARY_DATABASE = postgres:///secondary
|
||||||
deps =
|
deps =
|
||||||
|
ipdb
|
||||||
coverage
|
coverage
|
||||||
dj-database-url
|
dj-database-url
|
||||||
django21: Django ~= 2.1
|
django21: Django ~= 2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user