From 9912033a145c45a75c7fe9d7a27132f33370ee67 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Mar 2016 11:11:27 -0400 Subject: Get CI working again --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 424dc5bb..a700d4dc 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,8 @@ deps = .[test] ./vectors passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME +setenv = + CRYPTOGRAPHY_ALLOW_OPENSSL_098=1 commands = pip list python -c "from cryptography.hazmat.backends.openssl.backend import backend; print(backend.openssl_version_text())" -- cgit v1.2.3