File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ commands =
23
23
# TODO: --exe because of GH #761
24
24
{envbindir}/nosetests --exe pandas.tests -A " not network"
25
25
# cleanup the temp. build dir created by the tox build
26
- /bin/rm -rf {toxinidir}/build
26
+ # /bin/rm -rf {toxinidir}/build
27
27
28
28
# quietly rollback the install.
29
29
# Note this line will only be reached if the
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ commands =
24
24
# TODO: --exe because of GH #761
25
25
{envbindir}/nosetests --exe pandas.tests -A " not network"
26
26
# cleanup the temp. build dir created by the tox build
27
- /bin/rm -rf {toxinidir}/build
27
+ # /bin/rm -rf {toxinidir}/build
28
28
29
29
# quietly rollback the install.
30
30
# Note this line will only be reached if the
You can’t perform that action at this time.
0 commit comments