Pass all environment variables which shall be copied from the tox invocation environment

This commit is contained in:
Ivan Kravets
2015-05-26 16:16:14 +03:00
parent 2e214f16e7
commit 6534fdaf04

View File

@@ -44,6 +44,7 @@ basepython =
py26: python2.6 py26: python2.6
py27: python2.7 py27: python2.7
usedevelop = True usedevelop = True
passenv = *
deps = pytest deps = pytest
setenv = setenv =
PLATFORMIO_SETTING_ENABLE_PROMPTS = False PLATFORMIO_SETTING_ENABLE_PROMPTS = False