We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4e957 commit 633a6f4Copy full SHA for 633a6f4
tox.ini
@@ -24,4 +24,7 @@ deps=
24
dj42: https://github.com/django/django/archive/stable/4.2.x.tar.gz#egg=django
25
commands=
26
python manage.py test {posargs:test_project.viewtest test_project.multidbtest}
27
-passenv = DB_NAME,DB_USER,DB_PASSWORD
+passenv =
28
+ DB_NAME
29
+ DB_USER
30
+ DB_PASSWORD
0 commit comments