Skip to content

Commit d7cd98e

Browse files
committed
Pass through DATABASE_IN_CONTAINER in tox
1 parent f59417a commit d7cd98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ deps =
2727
.[test]
2828
setenv =
2929
DJANGO_SETTINGS_MODULE=settings
30-
passenv = DATABASE_URL
30+
passenv = DATABASE_URL, DATABASE_IN_CONTAINER
3131
commands = poe test

0 commit comments

Comments
 (0)