Skip to content

Commit ae0e3d3

Browse files
moggers87claudep
authored andcommitted
Tox passenv does not allow whitespaces on a single line
1 parent e382a57 commit ae0e3d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ VARIANT =
2727
custom_user: custom_user
2828

2929
[testenv]
30-
passenv = HOME DISPLAY
30+
passenv =
31+
HOME
32+
DISPLAY
3133
setenv =
3234
PYTHONDONTWRITEBYTECODE=1
3335
PYTHONWARNINGS=always

0 commit comments

Comments
 (0)