Files
deb-python-falcon/setup.cfg
kgriffs e8705c00de chore: Set version to 0.1.6.post3 and update CHANGES.md
This patch is in anticipation of the 0.1.6.post3 release.
2013-08-05 14:49:56 -05:00

16 lines
256 B
INI

[egg_info]
tag_build = post3
[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