diff options
-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 |