From 05eb62eea51a3054e0577c9e30804487d51545f8 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 13 May 2013 12:29:56 +0430 Subject: [PATCH] use coverage instead of pytest-cov --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index acacf755..cedc4c0a 100644 --- a/tox.ini +++ b/tox.ini @@ -14,4 +14,6 @@ deps = pytest-cov {[testenv]deps} commands = - py.test --cov jedi [] + coverage run --source jedi -m py.test + coverage report + coverage erase