From f1055a5f7af1cb4c7710f8bab01e7fff8a7be41b Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 7 Feb 2014 15:42:09 +0100 Subject: [PATCH] add flake8 dep --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2571d9a..a4f05e0 100644 --- a/tox.ini +++ b/tox.ini @@ -12,3 +12,4 @@ deps = [testenv:flake8] commands = flake8 --max-complexity=12 blogtopoid +deps = flake8