set min-version to 2.7 in setup.cfg

This commit is contained in:
Johnny Robeson 2016-05-30 16:32:34 -04:00
parent 88c5fe6069
commit 32d4545b5e

View file

@ -4,6 +4,7 @@ logging-clear-handlers=1
eval-attr="!=slow"
[flake8]
min-version = 2.7
# Default pyflakes errors we ignore:
# - E241: missing whitespace after ',' (used to align visually)
# - E221: multiple spaces before operator (used to align visually)