aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-03-19 11:11:27 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2016-03-19 11:11:27 -0400
commit9912033a145c45a75c7fe9d7a27132f33370ee67 (patch)
treeba109630f25bf905d52cc22bde424a2e85d0e76b /tox.ini
parentaeabfd04669a300ecdabec9310764e5957085383 (diff)
downloadcryptography-9912033a145c45a75c7fe9d7a27132f33370ee67.tar.gz
cryptography-9912033a145c45a75c7fe9d7a27132f33370ee67.tar.bz2
cryptography-9912033a145c45a75c7fe9d7a27132f33370ee67.zip
Get CI working again
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
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())"