aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 16:44:18 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 16:44:18 -0700
commite63f0c1bea8ee0c3986a92026493109f62bb3f05 (patch)
tree55a95e81e14c2cad4ea3ad0088f3d7db14fbad38
parentca110d6412cb226f49d960b1eba7fe01ca3c80cf (diff)
downloadcryptography-e63f0c1bea8ee0c3986a92026493109f62bb3f05.tar.gz
cryptography-e63f0c1bea8ee0c3986a92026493109f62bb3f05.tar.bz2
cryptography-e63f0c1bea8ee0c3986a92026493109f62bb3f05.zip
We can't compile cffi itself with warnings
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 7d73fcef..b4b20ec4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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