Enable code coverage by default

This commit is contained in:
Christophe de Vienne 2012-04-18 14:19:24 +02:00
parent 77749ca706
commit c73d2078ef
2 changed files with 7 additions and 0 deletions

View File

@ -7,7 +7,9 @@ syntax: glob
*.orig
~*
.coverage
coverage.xml
.noseids
nosetests.xml
syntax: regexp

View File

@ -4,3 +4,8 @@ tag_date = true
[aliases]
release = egg_info -RDb ''
[nosetests]
with-xunit = true
with-coverage = true
cover-package = wsme