From eb2cd9350275d93983f21a040f9a3acef6a6f036 Mon Sep 17 00:00:00 2001 From: Mark Hughes Date: Wed, 3 Sep 2014 23:06:40 +0100 Subject: [PATCH] Added pep8, mccabe and pyflakes to requirements.txt. These were needed to allow flake8 to run at the end of runtests.py. --- requirements-test.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements-test.txt b/requirements-test.txt index 411daeba2..0c07bc0d0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,6 +3,9 @@ pytest-django==2.6 pytest==2.5.2 pytest-cov==1.6 flake8==2.2.2 +pep8==1.5.7 +mccabe==0.2.1 +pyflakes==0.8.1 # Optional packages markdown>=2.1.0