Aggregate coverage data between tox runs.

This commit is contained in:
Carl Meyer 2013-01-27 14:00:58 -08:00
parent 983fab0341
commit 16550325bb

View file

@ -6,7 +6,7 @@ deps=
django==1.4.3
South==0.7.3
coverage==3.6
commands=coverage run --branch setup.py test
commands=coverage run -a --branch setup.py test
[testenv:py26-1.2]
basepython=python2.6