commit | 9912033a145c45a75c7fe9d7a27132f33370ee67 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Mar 19 11:11:27 2016 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Mar 19 11:11:27 2016 -0400 |
tree | ba109630f25bf905d52cc22bde424a2e85d0e76b | |
parent | aeabfd04669a300ecdabec9310764e5957085383 [diff] [blame] |
Get CI working again
diff --git a/tox.ini b/tox.ini index 424dc5b..a700d4d 100644 --- a/tox.ini +++ b/tox.ini
@@ -7,6 +7,8 @@ .[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())"