aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 16:18:09 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 16:18:09 -0700
commitca110d6412cb226f49d960b1eba7fe01ca3c80cf (patch)
tree6d22a39e3ef7977c07b1fb5cedd40c95cb952131
parent89b4cc0454209b132400582f081ac1929d6b94c5 (diff)
downloadcryptography-ca110d6412cb226f49d960b1eba7fe01ca3c80cf.tar.gz
cryptography-ca110d6412cb226f49d960b1eba7fe01ca3c80cf.tar.bz2
cryptography-ca110d6412cb226f49d960b1eba7fe01ca3c80cf.zip
Remove
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9c1aade6..7d73fcef 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 -Wpedantic -Werror
+ CFLAGS=-Wall -Wconversion -Werror
commands =
python -c "import cryptography.bindings.openssl"