diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} |