mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix pass_env in tox.ini
This commit is contained in:
parent
633597b1b5
commit
ed59c6d090
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue