From eac379040f3a21e4aa3fe227fb59f01b6209ea38 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 8 Dec 2017 10:58:26 -0500 Subject: [PATCH] Fix pep8 test Change-Id: I570517386e4642cd5f47e32c18ffa5dff062f69e --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index a807df1..ecb0f09 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,9 @@ commands = {posargs} deps = pyflakes commands = pyflakes setup.py reviewday bin +[flake8] +ignore = E722 + [testenv:pep8] whitelist_externals = bash commands = flake8