Skip to content

Commit

Permalink
Pin coverage module at 4.5.4
Browse files Browse the repository at this point in the history
This is a mitigation for nedbat/coveragepy#916
  • Loading branch information
mdshw5 committed Jan 7, 2020
1 parent 94b8980 commit 79728c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ python:
- 'pypy3'
install:
- pip wheel -f wheelhouse cython pysam numpy || true
- pip install -f wheelhouse cython pysam pyfasta coverage pyvcf numpy || true
- pip install -f wheelhouse cython pysam pyfasta 'coverage==4.5.4' pyvcf numpy || true
- 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
Expand Down

0 comments on commit 79728c4

Please sign in to comment.