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