Skip to content

Commit

Permalink
Fix passenv formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hrichards committed Aug 27, 2024
1 parent 2fbc442 commit 99b639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install_command = pip install {opts} {packages}
envlist = {py36,py38,py39}-{1.11,2.2,3.2,4.2}, flake8

[testenv]
passenv = LANG POSTGRES_HOST POSTGRES_DB POSTGRES_PASSWORD POSTGRES_PORT POSTGRES_USER
passenv = LANG,POSTGRES_HOST,POSTGRES_DB,POSTGRES_PASSWORD,POSTGRES_PORT,POSTGRES_USER
usedevelop = True
setenv =
TOXENV={envname}
Expand Down

0 comments on commit 99b639e

Please sign in to comment.