Browse Source

Pass $CC environment variable through tox.

Josh Haberman 10 years ago
parent
commit
c3ca920509
1 changed files with 1 additions and 0 deletions
  1. 1 0
      python/tox.ini

+ 1 - 0
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