Add flake8 option to setup.cfg

This commit is contained in:
Sylvain Bellemare 2016-12-22 22:52:12 +01:00 committed by Sylvain Bellemare
parent 0233a38f0b
commit c02478e0b2
2 changed files with 4 additions and 1 deletions

View File

@ -4,3 +4,6 @@ test=pytest
[coverage:run]
source = .
omit = *test*
[flake8]
max_line_length = 119

View File

@ -23,7 +23,7 @@ deps =
flake8
skip_install = True
extras = None
commands = flake8 --max-line-length 119 bigchaindb tests
commands = flake8 bigchaindb tests
[testenv:docsroot]
basepython = {[base]basepython}