From eaab0bcc6ee7bf9c0534b56a5f6c6fc56483a1c8 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Thu, 3 Apr 2014 21:46:54 +0200 Subject: [PATCH] Enable coverage with tox -e py27 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 48c29f139..3aef31627 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = {[testenv]deps} coverage commands = - nosetests + nosetests --with-coverage [testenv:docs] changedir = docs