From 967c03b3093e2a301a695d80b2e13ead443fcc75 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 21 Oct 2013 20:22:50 -0700 Subject: Better way --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a514f3cd..184a7e3c 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,7 @@ commands = [testenv:pep8] deps = flake8 # E128 continuation line under-indented for visual indent -commands = flake8 --ignore="E128" cryptography/ tests/ docs/ setup.py +commands = flake8 --ignore="E128" . + +[flake8] +exclude = .tox -- cgit v1.2.3