Files
deb-python-falcon/setup.cfg
2013-07-19 11:00:52 -06:00

16 lines
256 B
INI

[egg_info]
tag_build = post2
[nosetests]
where = falcon/tests
verbosity = 2
with-coverage = true
cover-min-percentage = 100
cover-package = falcon
cover-html = true
cover-html-dir = htmlcov
cover-erase = true
cover-inclusive = true
cover-branches = true