Skip to content

Commit

Permalink
use , sperator in tox passenv
Browse files Browse the repository at this point in the history
  • Loading branch information
delijati committed Nov 8, 2023
1 parent e022c69 commit ec9cdb2
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 @@ -54,7 +54,7 @@ commands =
# Selenium tests are slow. Run them against only one interpreter.
[testenv:functional3]
# Allow override test browser
passenv = DISPLAY WEBDRIVER FIREFOX_PATH URL WAITTOSTART CONTAINERTZ
passenv = DISPLAY, WEBDRIVER, FIREFOX_PATH, URL, WAITTOSTART, CONTAINERTZ
commands =
pip install deform[testing,functional]
python --version
Expand Down

0 comments on commit ec9cdb2

Please sign in to comment.