diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 16:44:18 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 16:44:18 -0700 |
commit | e63f0c1bea8ee0c3986a92026493109f62bb3f05 (patch) | |
tree | 55a95e81e14c2cad4ea3ad0088f3d7db14fbad38 | |
parent | ca110d6412cb226f49d960b1eba7fe01ca3c80cf (diff) | |
download | cryptography-e63f0c1bea8ee0c3986a92026493109f62bb3f05.tar.gz cryptography-e63f0c1bea8ee0c3986a92026493109f62bb3f05.tar.bz2 cryptography-e63f0c1bea8ee0c3986a92026493109f62bb3f05.zip |
We can't compile cffi itself with warnings
-rw-r--r-- | tox.ini | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -9,10 +9,9 @@ commands = py.test --cov=cryptography/ --cov=tests/ [testenv:cffi] basepython = python2.7 -setenv = - CFLAGS=-Wall -Wconversion -Werror commands = - python -c "import cryptography.bindings.openssl" + git clean -x -f -d + CFLAGS="-Wall -Wconversion -Werror" python -c "import cryptography.bindings.openssl" [testenv:docs] deps = sphinx |