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 b76c206 commit 2c9f369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ install:
- export PATH=$PATH:$PWD
- cd ..
before_install:
- sudo apt-get install -y python3.6 python3-pip python3-requests
- env python3.6 -m pip install biopython
- sudo apt-get install -y python3.6 python3-pip
- env python3.6 -m pip install biopython requests
- env python3.6 tests/data/download_gene_fasta.py
script: nosetests --with-coverage --cover-package=pyfaidx
deploy:
Expand Down

0 comments on commit 2c9f369

Please sign in to comment.