bigchaindb/setup.cfg

10 lines
95 B
INI
Raw Permalink Normal View History

2016-02-10 19:55:33 +01:00
[aliases]
test=pytest
[coverage:run]
source = .
omit = *test*
2016-12-22 22:52:12 +01:00
[flake8]
max_line_length = 119