aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-12-06 10:59:44 -0800
committerMike Crute <mcrute@gmail.com>2015-12-06 10:59:44 -0800
commitfa4249f0068727ea0a356b29deaf73af649f26f9 (patch)
treeb272970bc9f98444ce839191e1949bd8f566c9ee /setup.py
parent2314e33faf6265d279c53396c07740e6ee4aa5c1 (diff)
downloadpydora-fa4249f0068727ea0a356b29deaf73af649f26f9.tar.bz2
pydora-fa4249f0068727ea0a356b29deaf73af649f26f9.tar.xz
pydora-fa4249f0068727ea0a356b29deaf73af649f26f9.zip
Export HTML coverage reports
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5e60372..0142ded 100644
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@ class cover_test(SimpleCommand):
57 57
58 cov.stop() 58 cov.stop()
59 cov.xml_report(outfile="coverage.xml") 59 cov.xml_report(outfile="coverage.xml")
60 cov.html_report()
60 61
61 62
62class check_style(SimpleCommand): 63class check_style(SimpleCommand):