diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 16:09:07 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 16:09:07 -0700 |
commit | 89b4cc0454209b132400582f081ac1929d6b94c5 (patch) | |
tree | 5649960f67f36bbebb173cab22cbf4f6826f25d6 | |
parent | 0745587dc174adba539ab555da72bcaa0b21cd85 (diff) | |
download | cryptography-89b4cc0454209b132400582f081ac1929d6b94c5.tar.gz cryptography-89b4cc0454209b132400582f081ac1929d6b94c5.tar.bz2 cryptography-89b4cc0454209b132400582f081ac1929d6b94c5.zip |
Software.
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |