Merge pull request #160 from alex/lint-setup

Lint setup.py
diff --git a/tox.ini b/tox.ini
index e72eb58..187bff8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,4 +20,7 @@
 [testenv:pep8]
 deps = flake8
 # E128 continuation line under-indented for visual indent
-commands = flake8 --ignore="E128" cryptography/ tests/ docs/
+commands = flake8 --ignore="E128" .
+
+[flake8]
+exclude = .tox,*.egg