aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-12 18:37:13 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-12 18:39:21 -0500
commitc8ccffb82633922e63b84a2e94cced432935893e (patch)
treefc6d01d47616d8ebc7a28cef0cdfb3c0798daa30 /tox.ini
parent75f4118e61a050e3e9f562a4de00a9dd68e1f5c0 (diff)
downloadcryptography-c8ccffb82633922e63b84a2e94cced432935893e.tar.gz
cryptography-c8ccffb82633922e63b84a2e94cced432935893e.tar.bz2
cryptography-c8ccffb82633922e63b84a2e94cced432935893e.zip
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
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