diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 16:18:09 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 16:18:09 -0700 |
commit | ca110d6412cb226f49d960b1eba7fe01ca3c80cf (patch) | |
tree | 6d22a39e3ef7977c07b1fb5cedd40c95cb952131 | |
parent | 89b4cc0454209b132400582f081ac1929d6b94c5 (diff) | |
download | cryptography-ca110d6412cb226f49d960b1eba7fe01ca3c80cf.tar.gz cryptography-ca110d6412cb226f49d960b1eba7fe01ca3c80cf.tar.bz2 cryptography-ca110d6412cb226f49d960b1eba7fe01ca3c80cf.zip |
Remove
-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 -Wpedantic -Werror + CFLAGS=-Wall -Wconversion -Werror commands = python -c "import cryptography.bindings.openssl" |