From 58184e31b44b0a13278712731e133ef1f6734eee Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 17 Mar 2015 17:22:55 +0200 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7ed57bc6..1fa21b6a 100644 --- a/tox.ini +++ b/tox.ini @@ -3,4 +3,4 @@ envlist = py27 [py27] basepython = python2.7 -commands = unit2 discover +commands = coverage run --rcfile=./.coveragerc unit2 discover