Skip to content

Commit

Permalink
change the before_install
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Oct 20, 2021
1 parent 3e47ca6 commit 7b7da95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b7da95

Please sign in to comment.