Skip to content

Commit

Permalink
Allow biopython install failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Sep 19, 2018
1 parent 2e56ef5 commit 5c52938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python:
install:
- pip wheel -f wheelhouse cython pysam numpy || true
- pip install -f wheelhouse cython pysam pyfasta coverage pyvcf numpy || true
- pip install -f wheelhouse -e git+https://github.com/biopython/biopython.git#egg=biopython
- pip install -f wheelhouse -e git+https://github.com/biopython/biopython.git#egg=biopython || true
- python setup.py install
- if [ ! -f samtools-1.2 ]; then curl -sL https://github.com/samtools/samtools/releases/download/1.2/samtools-1.2.tar.bz2 | tar -xjv; fi
- cd samtools-1.2
Expand Down

0 comments on commit 5c52938

Please sign in to comment.