From 06eee630de837d62f27b6d673f915e2e7ba1033d Mon Sep 17 00:00:00 2001 From: Stefan Oderbolz Date: Wed, 7 Dec 2016 13:58:44 +0100 Subject: [PATCH] Install an older version of flake for python 2.6 --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4f93fe5..bb61993 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,7 @@ # This file lists the dependencies of this extension. # Install with a command like: pip install -r pip-requirements.txt -flake8==3.0.4 +flake8==3.0.4; python_version >= '2.7' +flake8==2.1.0; python_version == '2.6' nose==1.3.0 tox==1.7.1 coverage==3.7.1