Commit cb257ec5 by Trey Hunner

Measure code coverage in tox

parent 6e3ba202
...@@ -9,7 +9,7 @@ envlist = ...@@ -9,7 +9,7 @@ envlist =
{py27,py32,py33,py34}-django{17,18,master} {py27,py32,py33,py34}-django{17,18,master}
[testenv] [testenv]
commands = ./runtests.py --fast {posargs} commands = ./runtests.py --fast {posargs} --coverage
setenv = setenv =
PYTHONDONTWRITEBYTECODE=1 PYTHONDONTWRITEBYTECODE=1
deps = deps =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment