aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-19 19:03:37 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-19 19:03:37 -0400
commit1a6628e55126ec1c98c98a46c04f777f77eff934 (patch)
tree0c5a6a9e8fa11725cf9fa24adb2806da346e3bf4 /tox.ini
parentcac36fb8a08b00bee766137fb6fd353e0b399886 (diff)
parentbb2b86557ee5c5f8a9916c0a5a0a9dc5f56410d6 (diff)
downloadcryptography-1a6628e55126ec1c98c98a46c04f777f77eff934.tar.gz
cryptography-1a6628e55126ec1c98c98a46c04f777f77eff934.tar.bz2
cryptography-1a6628e55126ec1c98c98a46c04f777f77eff934.zip
Merge pull request #2840 from alex/error-on-098
Fixed #2836 -- error out on OpenSSL 0.9.8 by default
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 4db19b82..e5efefcb 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
# We use parallel mode and then combine here so that coverage.py will take