Skip to content

Commit 0fdcf98

Browse files
committed
Merge pull request #3770 from cpcloud/tox-let-more-tests-run
TST: let tox run more tests
2 parents eaec953 + 98b69ae commit 0fdcf98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ changedir = {envdir}
2121

2222
commands =
2323
# TODO: --exe because of GH #761
24-
{envbindir}/nosetests --exe pandas.tests -A "not network"
24+
{envbindir}/nosetests --exe pandas -A "not network"
2525
# cleanup the temp. build dir created by the tox build
2626
# /bin/rm -rf {toxinidir}/build
2727

tox_prll.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ changedir = {envdir}
2222

2323
commands =
2424
# TODO: --exe because of GH #761
25-
{envbindir}/nosetests --exe pandas.tests -A "not network"
25+
{envbindir}/nosetests --exe pandas -A "not network"
2626
# cleanup the temp. build dir created by the tox build
2727
# /bin/rm -rf {toxinidir}/build
2828

0 commit comments

Comments
 (0)