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