From 7b7da958f0e43b44cdade2be5f98dfb90d1e35c2 Mon Sep 17 00:00:00 2001 From: Lucille Delisle Date: Wed, 20 Oct 2021 15:39:44 +0200 Subject: [PATCH] change the before_install --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 809d1bd..94319d1 100755 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,7 @@ before_install: - env python3.6 -m pip install biopython requests - ls tests/data/chr22* - env --debug python3.6 tests/data/download_gene_fasta.py - - head tests/data/chr22.fasta - - tail tests/data/chr22andfake.fasta + - ls tests/data/chr22* script: - nosetests --with-coverage --cover-package=pyfaidx deploy: