From dfd7e142c143e8f3f92541dfd02349592caf4de3 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Thu, 27 Nov 2014 20:56:35 +0100 Subject: [PATCH] Do not use xunit. coverage instead of xcoverage. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 114c3868b..75941366e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ commands = [testenv:cover] commands = python setup.py dev - python setup.py nosetests --with-xunit --with-xcoverage --cover-min-percentage=100 + python setup.py nosetests --with-coverage --cover-min-percentage=100 [testenv:lint] commands =