Skip to content

Commit 633a6f4

Browse files
committed
Fix passenv
1 parent ce4e957 commit 633a6f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ deps=
2424
dj42: https://github.com/django/django/archive/stable/4.2.x.tar.gz#egg=django
2525
commands=
2626
python manage.py test {posargs:test_project.viewtest test_project.multidbtest}
27-
passenv = DB_NAME,DB_USER,DB_PASSWORD
27+
passenv =
28+
DB_NAME
29+
DB_USER
30+
DB_PASSWORD

0 commit comments

Comments
 (0)