Make TRAVIS environment variable visible inside Tox.

This commit is contained in:
Pavel Minaev 2019-11-14 13:31:12 -08:00 committed by Pavel Minaev
parent 1240e80924
commit bab70f7427

View file

@ -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 =