From 6b57f7ce489cc26d3801ceeb1e5307066609ede6 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 13 May 2013 12:35:09 +0430 Subject: [PATCH] remove pytest-cov from tox.ini requirements --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index cedc4c0a..7191cb14 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,6 @@ deps = {[testenv]deps} [testenv:cov] deps = - pytest-cov {[testenv]deps} commands = coverage run --source jedi -m py.test