Skip to content

Commit 3c55bf7

Browse files
author
Kevin D Smith
committed
Uninstall only, no rm
1 parent eb7c5c4 commit 3c55bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ changedir = {envdir}
7474
#
7575
[testenv:conda]
7676
commands =
77-
- /usr/bin/rm -rf {env:CONDA_PKGS_DIRS:/tmp}/swat-*-py[0-9][0-9]_*
77+
# - /usr/bin/rm -rf {env:CONDA_PKGS_DIRS:/tmp}/swat-*-py[0-9][0-9]_*
7878
- {envbindir}/conda uninstall -y -q swat
7979
{envbindir}/conda install -y -q -c {env:CONDA_CHANNEL_URL:sas-institute} -c sas-institute swat{env:SWAT_VERSION_EXPR:}
8080
{envbindir}/conda list --show-channel-urls swat
8181
{envbindir}/nosetests -v {env:NOSETESTS_ARGS:} {posargs:swat.tests.cas.test_basics}
8282
- {envbindir}/conda uninstall -y -q swat
83-
- /usr/bin/rm -rf {env:CONDA_PKGS_DIRS:/tmp}/swat-*-py[0-9][0-9]_*
83+
# - /usr/bin/rm -rf {env:CONDA_PKGS_DIRS:/tmp}/swat-*-py[0-9][0-9]_*
8484

8585
[testenv:pip]
8686
commands =

0 commit comments

Comments
 (0)