Skip to content

Commit 2614da3

Browse files
author
y-p
committed
BLD: tox, don't clean up build dir, permissions often get in the way
1 parent 378adfb commit 2614da3

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
@@ -23,7 +23,7 @@ commands =
2323
# TODO: --exe because of GH #761
2424
{envbindir}/nosetests --exe pandas.tests -A "not network"
2525
# cleanup the temp. build dir created by the tox build
26-
/bin/rm -rf {toxinidir}/build
26+
# /bin/rm -rf {toxinidir}/build
2727

2828
# quietly rollback the install.
2929
# Note this line will only be reached if the

tox_prll.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands =
2424
# TODO: --exe because of GH #761
2525
{envbindir}/nosetests --exe pandas.tests -A "not network"
2626
# cleanup the temp. build dir created by the tox build
27-
/bin/rm -rf {toxinidir}/build
27+
# /bin/rm -rf {toxinidir}/build
2828

2929
# quietly rollback the install.
3030
# Note this line will only be reached if the

0 commit comments

Comments
 (0)