From: Jonathan Rajotte Date: Wed, 6 Dec 2017 21:11:36 +0000 (-0500) Subject: tox: allow certain env variable X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=1c8c4e94ebb1441b289d6e6136aedc5add2a7aaa;p=deliverable%2Flttng-ivc.git tox: allow certain env variable Signed-off-by: Jonathan Rajotte --- diff --git a/tox.ini b/tox.ini index 1bbeeb4..df21860 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ envlist = py35 [testenv] +passenv = CFLAGS CPPFLAGS LD_LIBRARY_PATH LDFLAGS changedir= lttng_ivc commands = python bootstrap.py python build_projects.py