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.fix_request_path_info^2
parent
c0874c5e90
commit
24dd1fff2c
1
tox.ini
1
tox.ini
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue