Skip to content

Commit

Permalink
Add flake8 option to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Jan 11, 2017
1 parent 0233a38 commit c02478e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -4,3 +4,6 @@ test=pytest
[coverage:run]
source = .
omit = *test*

[flake8]
max_line_length = 119
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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}
Expand Down

0 comments on commit c02478e

Please sign in to comment.