Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snacktavish committed Nov 12, 2019
1 parent 8d990e9 commit c20e452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ install:

# command to run tests
script:
#- wget 'https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump.tar.gz'
#- gunzip -cd taxdump.tar.gz | (tar xvf - names.dmp nodes.dmp)
#- mv *.dmp taxonomy/
- wget 'https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump.tar.gz'
- gunzip -cd taxdump.tar.gz | (tar xvf - names.dmp nodes.dmp)
- mv *.dmp taxonomy/
- echo 'no' | python tests/testfilesetup.py
#- py.test tests/ --setup-only
#- sh tests/run_tests.sh
Expand Down

0 comments on commit c20e452

Please sign in to comment.