1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-23 01:36:42 +02:00
bigchaindb/setup.cfg
2017-01-11 05:13:27 -05:00

10 lines
95 B
INI

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