Skip to content

Commit

Permalink
BLD: tox, don't clean up build dir, permissions often get in the way
Browse files Browse the repository at this point in the history
  • Loading branch information
y-p committed Mar 31, 2013
1 parent 378adfb commit 2614da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ commands =
# TODO: --exe because of GH #761
{envbindir}/nosetests --exe pandas.tests -A "not network"
# cleanup the temp. build dir created by the tox build
/bin/rm -rf {toxinidir}/build
# /bin/rm -rf {toxinidir}/build

# quietly rollback the install.
# Note this line will only be reached if the
Expand Down
2 changes: 1 addition & 1 deletion tox_prll.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands =
# TODO: --exe because of GH #761
{envbindir}/nosetests --exe pandas.tests -A "not network"
# cleanup the temp. build dir created by the tox build
/bin/rm -rf {toxinidir}/build
# /bin/rm -rf {toxinidir}/build

# quietly rollback the install.
# Note this line will only be reached if the
Expand Down

0 comments on commit 2614da3

Please sign in to comment.