1[nosetests]
2verbosity = 1
3logging-clear-handlers = 1
4
5[flake8]
6min-version = 2.7
7accept-encodings = utf-8
8ignore = E121,E123,E126,E24,E704,W503,W504,E305,C901,E221,E731,F405,FI50,FI51,FI12,FI53,FI14,FI15,E741
9
10[egg_info]
11tag_build =
12tag_date = 0
13
14