aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 15:56:16 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 15:56:16 -0700
commit0745587dc174adba539ab555da72bcaa0b21cd85 (patch)
tree5aa5afaaea5da62f573d1878ca742d8a2bf2ea04
parent1a2b774be6c554c9c4533341f9386cc644d7de1b (diff)
downloadcryptography-0745587dc174adba539ab555da72bcaa0b21cd85.tar.gz
cryptography-0745587dc174adba539ab555da72bcaa0b21cd85.tar.bz2
cryptography-0745587dc174adba539ab555da72bcaa0b21cd85.zip
Try without this
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3ae8cfe8..b198943f 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"