Skip to content

Commit

Permalink
Remove py34 and unpin coverage version
Browse files Browse the repository at this point in the history
This should confirm the fix for nedbat/coveragepy#916
  • Loading branch information
mdshw5 committed Jan 10, 2020
1 parent 3a869aa commit fb05135
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -6,13 +6,12 @@ python:
- '3.7'
- '3.6'
- '3.5'
- '3.4'
- '2.7'
- 'pypy'
- 'pypy3'
install:
- pip wheel -f wheelhouse cython pysam numpy || true
- pip install -f wheelhouse cython pysam biopython requests pyfasta 'coverage==4.5.4' pyvcf numpy || true
- pip install -f wheelhouse cython pysam biopython requests pyfasta coverage pyvcf numpy || 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 fb05135

Please sign in to comment.