Fix pass_env in tox.ini

This commit is contained in:
Pavel Minaev 2022-12-12 15:04:59 -08:00 committed by Pavel Minaev
parent 633597b1b5
commit ed59c6d090

View file

@ -3,7 +3,7 @@ envlist = py{37,38,39,310}{,-cov}
[testenv]
deps = -rtests/requirements.txt
passenv = DEBUGPY_LOG_DIR DEBUGPY_TESTS_FULL TRAVIS
passenv = DEBUGPY_LOG_DIR,DEBUGPY_TESTS_FULL
setenv =
DEBUGPY_TEST=1
commands =