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

View File

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