From 6534fdaf04d6ba1959f9598afe6407b8aae22625 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 26 May 2015 16:16:14 +0300 Subject: [PATCH] Pass all environment variables which shall be copied from the tox invocation environment --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index cafecaca..84770c5c 100644 --- a/tox.ini +++ b/tox.ini @@ -44,6 +44,7 @@ basepython = py26: python2.6 py27: python2.7 usedevelop = True +passenv = * deps = pytest setenv = PLATFORMIO_SETTING_ENABLE_PROMPTS = False