summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-29 15:06:11 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-29 15:06:11 -0400
commit00b9564a09484b62d9de55c0db2f726e0b79b020 (patch)
tree4beb082a7d76857f3b85e3a02e03a555cd84b8c7 /tox.ini
parent2b3f9b1fa84fcc496e4bf0762a67a7d6cce1b287 (diff)
downloadcliff-00b9564a09484b62d9de55c0db2f726e0b79b020.tar.gz
100% coverage of cliff.app module
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6d83e1c..1052309 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,8 @@
envlist = py27,py32
[testenv]
-commands = nosetests -d []
+commands = nosetests -d --with-coverage --cover-package=cliff []
deps =
nose
mock
+ coverage