Skip to content

Commit

Permalink
Fix tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 8, 2024
1 parent 0d32b9f commit bb852f2
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 @@ -7,7 +7,7 @@ deps:

extras = tests
commands = pytest -s {posargs}
passenv = HOME SHELL CI DOITLIVE_INTERPRETER
passenv = HOME,SHELL,CI,DOITLIVE_INTERPRETER

[testenv:lint]
deps = pre-commit~=3.5
Expand Down

0 comments on commit bb852f2

Please sign in to comment.