summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-21 20:22:50 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-21 20:22:50 -0700
commit967c03b3093e2a301a695d80b2e13ead443fcc75 (patch)
tree208bd91f66e8779a72fa687f325cb75cb2d4c2a5 /tox.ini
parentb58865b2dd2bddb2ee727adbe238df15dbd3e085 (diff)
downloadcryptography-967c03b3093e2a301a695d80b2e13ead443fcc75.tar.gz
Better way
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a514f3cd0..184a7e3c6 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