From 0745587dc174adba539ab555da72bcaa0b21cd85 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 30 Sep 2013 15:56:16 -0700 Subject: Try without this --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3