From b58865b2dd2bddb2ee727adbe238df15dbd3e085 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 21 Oct 2013 20:21:37 -0700 Subject: Lint setup.py --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e72eb58b..a514f3cd 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,4 @@ commands = [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 -- cgit v1.2.3