aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 16:09:07 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 16:09:07 -0700
commit89b4cc0454209b132400582f081ac1929d6b94c5 (patch)
tree5649960f67f36bbebb173cab22cbf4f6826f25d6
parent0745587dc174adba539ab555da72bcaa0b21cd85 (diff)
downloadcryptography-89b4cc0454209b132400582f081ac1929d6b94c5.tar.gz
cryptography-89b4cc0454209b132400582f081ac1929d6b94c5.tar.bz2
cryptography-89b4cc0454209b132400582f081ac1929d6b94c5.zip
Software.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b198943f..9c1aade6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ commands = py.test --cov=cryptography/ --cov=tests/
[testenv:cffi]
basepython = python2.7
setenv =
- CFLAGS="-Wall -Wconversion -Werror"
+ CFLAGS=-Wall -Wconversion -Wpedantic -Werror
commands =
python -c "import cryptography.bindings.openssl"