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