File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ changedir = {envdir}
7474#
7575[testenv:conda]
7676commands =
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]
8686commands =
You can’t perform that action at this time.
0 commit comments