From 8df1e739d9b1c4752a5a2f83da42f81bc2b61e3b Mon Sep 17 00:00:00 2001 From: William Leese Date: Fri, 5 Jan 2018 15:33:59 +0100 Subject: [PATCH] add pyflakes for tests --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 727e816..583f79f 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ setuptools.setup( 'requests', 'gunicorn', 'flake8', + 'pyflakes', 'Sphinx==1.5.6', 'sphinxcontrib-httpdomain', 'sphinx_rtd_theme',