From 79728c4b28c02d2ea8f7da0f8b1f53631822d0a2 Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Tue, 7 Jan 2020 12:58:08 -0500 Subject: [PATCH] Pin coverage module at 4.5.4 This is a mitigation for https://github.com/nedbat/coveragepy/issues/916 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d678dc..85c5b5a 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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