From 1473707fc726d85f377790c5d718c65e706cb555 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 16 Feb 2017 12:39:41 +0000 Subject: [PATCH] Run coverage with '-a' option --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3705195..79b5c1d 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,4 @@ deps = django_trunk: https://github.com/django/django/tarball/master freezegun == 0.3.8 -commands = coverage run runtests.py +commands = coverage run -a runtests.py