mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Make TRAVIS environment variable visible inside Tox.
This commit is contained in:
parent
1240e80924
commit
bab70f7427
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -3,7 +3,7 @@ envlist = py{27,34,35,36,37}{,-cov}
|
|||
|
||||
[testenv]
|
||||
deps = -rtests/requirements.txt
|
||||
passenv = PTVSD_LOG_DIR
|
||||
passenv = PTVSD_LOG_DIR TRAVIS
|
||||
setenv =
|
||||
PTVSD_TEST=1
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue