aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
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 c10eef8..b1833da 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,5 +4,6 @@ envlist = py26, py27, py31, py32, py33, py34
[testenv]
downloadcache = {toxworkdir}/cache
deps = nose
+ coverage
git+https://github.com/waylan/pytidylib.git#egg=PyTidyLib
-commands = {envpython} {toxinidir}/run-tests.py {posargs}
+commands = {envpython} {toxinidir}/run-tests.py --with-coverage --cover-package=markdown {posargs}