bigchaindb/setup.cfg
Sylvain Bellemare 1ebeaae6d9
Closes #1736
2017-12-22 18:05:36 +01:00

11 lines
109 B
INI

[aliases]
test=pytest
[coverage:run]
source = .
omit = *test*
branch = True
[flake8]
max_line_length = 119