diff --git a/.hgignore b/.hgignore index 59b4c42..42eda0d 100644 --- a/.hgignore +++ b/.hgignore @@ -7,7 +7,9 @@ syntax: glob *.orig ~* .coverage +coverage.xml .noseids +nosetests.xml syntax: regexp diff --git a/setup.cfg b/setup.cfg index 2d74c58..d293a53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,8 @@ tag_date = true [aliases] release = egg_info -RDb '' + +[nosetests] +with-xunit = true +with-coverage = true +cover-package = wsme