From 29b2ebc480a7be6b2da69e2e74ea86d4e5e816da Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 22 Nov 2016 09:25:17 -0500 Subject: Error out on OpenSSL 1.0.0 by default (#3276) * Error out on OpenSSL 1.0.0 by default * what the heck --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 944ef852..ce80b184 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,8 @@ deps = coverage ./vectors passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME +setenv = + CRYPTOGRAPHY_ALLOW_OPENSSL_100=1 commands = pip list # We use parallel mode and then combine here so that coverage.py will take -- cgit v1.2.3