aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-10-28 16:49:55 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2015-10-28 17:07:02 -0700
commitc3ca920509e24e417a315abb8406a265b0d5a03d (patch)
tree2933356a92ca502ab2214615909bef2652c3abe9 /python
parentd8814ed59e7a93c1cbcaea1d92d0c7eea53f19c9 (diff)
Pass $CC environment variable through tox.
Diffstat (limited to 'python')
-rw-r--r--python/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tox.ini b/python/tox.ini
index 74b2ac05..a05460b5 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -4,6 +4,7 @@ envlist =
[testenv]
usedevelop=true
+passenv = CC
setenv =
cpp: LD_LIBRARY_PATH={toxinidir}/../src/.libs
cpp: DYLD_LIBRARY_PATH={toxinidir}/../src/.libs