Skip to content

Commit

Permalink
Fixed issue: pass_env values cannot contain whitespace, use comma to …
Browse files Browse the repository at this point in the history
  • Loading branch information
yliaog committed Jan 25, 2023
1 parent 13988e4 commit ca8a5b1
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 @@ -4,7 +4,7 @@ envlist =
py3{6,7,8,9}-functional

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
passenv = TOXENV,CI,TRAVIS,TRAVIS_*
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
Expand Down

0 comments on commit ca8a5b1

Please sign in to comment.