From c8ccffb82633922e63b84a2e94cced432935893e Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 12 May 2015 18:37:13 -0500 Subject: pass through the env vars we need in tox for alternate OpenSSL builds INCLUDE and LIB are used in windows ARCHFLAGS CFLAGS LDFLAGS are used on OS X CFLAGS LDFLAGS LD_LIBRARY_PATH are used on linux --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 759345f5..77382ebe 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ deps = pretend pytest ./vectors +passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH commands = # We use parallel mode and then combine here so that coverage.py will take # the paths like .tox/py34/lib/python3.4/site-packages/cryptography/__init__.py -- cgit v1.2.3