tox: allow certain env variable
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 6 Dec 2017 21:11:36 +0000 (16:11 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 14 Dec 2017 20:24:28 +0000 (15:24 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 1bbeeb45c2aae2b4c61ef581b9d1e96701999b8e..df218605ff7e823c16f024f697e6d9e131ab9579 100644 (file)
--- 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
This page took 0.024401 seconds and 5 git commands to generate.