From ed1094b6809cc110ef64fb3433be3b91cf486268 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sat, 4 Jun 2016 22:41:00 +0200 Subject: [PATCH] Set minimum Python version to 2.7. This suppresses some useless warnings from newer versions of flake8-future-import. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 74d17e7f0..eb5c8f3e5 100644 --- a/tox.ini +++ b/tox.ini @@ -25,3 +25,4 @@ max-line-length = 120 ignore = E121,E126,E241,FI12,FI14,FI15,FI50,FI51,FI53,FI54,FI55 exclude = build require-code = True +min-version = 2.7