aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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