Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Jun 22, 2020
1 parent ce23d22 commit b76c206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- export PATH=$PATH:$PWD
- cd ..
before_install:
- sudo apt-get install -y python3.6 python3-pip
- sudo apt-get install -y python3.6 python3-pip python3-requests
- env python3.6 -m pip install biopython
- env python3.6 tests/data/download_gene_fasta.py
script: nosetests --with-coverage --cover-package=pyfaidx
Expand Down

0 comments on commit b76c206

Please sign in to comment.