Skip to content

Commit 3196825

Browse files
committed
conda-forge on top
1 parent f1fcf0b commit 3196825

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ install:
1616
- pip install flake8 planemo
1717
- planemo conda_init
1818
- $PLANEMO_CONDA_PREFIX/bin/conda update -y conda
19+
- $PLANEMO_CONDA_PREFIX/bin/conda config --get channels # verify conda-forge is not highest priority
20+
- $PLANEMO_CONDA_PREFIX/bin/conda config --add channels conda-forge # moves conda-forge to the top
21+
- $PLANEMO_CONDA_PREFIX/bin/conda config --get channels # now conda-forge should be highest priority
1922
- $PLANEMO_CONDA_PREFIX/bin/conda create -y -q -c bioconda --name iuc_conda samtools=0.1.19 bcftools
2023
- . $PLANEMO_CONDA_PREFIX/bin/activate iuc_conda
2124
- planemo --version

0 commit comments

Comments
 (0)