From 33073147bc213978420b9167dd68d277d73c5726 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 19 Oct 2012 12:41:26 +0200 Subject: [PATCH] Add nose-cov as tox dep --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 96474ab..da60eec 100644 --- a/tox.ini +++ b/tox.ini @@ -2,5 +2,6 @@ envlist = py26, py27, py31, py32, py33 [testenv] -deps = nose +deps = nose-cov commands = nosetests [] +