From 70307d0f247e7fba9c81a893440bcca189e69129 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Wed, 2 Mar 2016 23:05:52 +0100 Subject: [PATCH] FIX tox not executing nosetests --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 880e6cc..0a56f96 100644 --- a/tox.ini +++ b/tox.ini @@ -4,4 +4,5 @@ envlist = py27, py34 [testenv] deps = nose coverage +commands = nosetests # TODO: implement code coverage analysis (and of course tests at first)