Set minimum Python version to 2.7.
This suppresses some useless warnings from newer versions of flake8-future-import.
This commit is contained in:
parent
fc7578f053
commit
ed1094b680
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
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
|
||||
|
|
Loading…
Reference in a new issue