From cb257ec524f82ddc8ca8e6419964737569d4df3c Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Wed, 29 Jul 2015 20:45:23 -0700 Subject: [PATCH] Measure code coverage in tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d941b6d78..8348f8148 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ envlist = {py27,py32,py33,py34}-django{17,18,master} [testenv] -commands = ./runtests.py --fast {posargs} +commands = ./runtests.py --fast {posargs} --coverage setenv = PYTHONDONTWRITEBYTECODE=1 deps =