From 98b69aeb5d98c86cc172d2ddd14365b6b6274ba2 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Wed, 5 Jun 2013 23:23:16 -0400 Subject: [PATCH] TST: let tox run more tests --- tox.ini | 2 +- tox_prll.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b56d839e4998a..2a9c454a29435 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ changedir = {envdir} commands = # TODO: --exe because of GH #761 - {envbindir}/nosetests --exe pandas.tests -A "not network" + {envbindir}/nosetests --exe pandas -A "not network" # cleanup the temp. build dir created by the tox build # /bin/rm -rf {toxinidir}/build diff --git a/tox_prll.ini b/tox_prll.ini index 5201cd5e426ed..7ae399837b4e0 100644 --- a/tox_prll.ini +++ b/tox_prll.ini @@ -22,7 +22,7 @@ changedir = {envdir} commands = # TODO: --exe because of GH #761 - {envbindir}/nosetests --exe pandas.tests -A "not network" + {envbindir}/nosetests --exe pandas -A "not network" # cleanup the temp. build dir created by the tox build # /bin/rm -rf {toxinidir}/build