Skip to content

Commit c7e2474

Browse files
Install pysam from bioconda
Closes tskit-dev#276
1 parent 34cdc0f commit c7e2474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737
conda install -c conda-forge gxx_linux-64;
3838
fi
3939
- conda install --yes --file=python/requirements/conda-minimal.txt
40-
# - conda install -c bioconda --yes pysam
40+
- conda install -c bioconda --yes pysam
4141
- pip install -r python/requirements/development.txt
4242
- pip install -e python
4343

0 commit comments

Comments
 (0)