From 60ca0308f8fc0491258a03a04a4dde18a3668330 Mon Sep 17 00:00:00 2001 From: Hernan Grecco Date: Thu, 12 Sep 2013 20:00:23 -0300 Subject: [PATCH] Changed tox call --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d966f7e..d329289 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py27,py32,py33,numpy27,numpy32 [testenv] -commands = {envpython} -m unittest discover +commands = {envpython} setup.py test [testenv:numpy27] basepython=python2.7