From 89b4cc0454209b132400582f081ac1929d6b94c5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 30 Sep 2013 16:09:07 -0700 Subject: Software. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3