Skip to content

Commit

Permalink
Cache test data and don't download from NCBI unless needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed Mar 2, 2015
1 parent 81fbe80 commit 2927ea1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y python-biopython
- /usr/bin/python tests/data/download_gene_fasta.py
- if [ ! -e "tests/data/genes.fasta" ]; then /usr/bin/python tests/data/download_gene_fasta.py; fi
script: nosetests --with-coverage --cover-package=pyfaidx
deploy:
provider: pypi
Expand All @@ -28,5 +28,6 @@ deploy:
repo: mdshw5/pyfaidx
cache:
- wheelhouse
- tests/data
after_success:
- coveralls

0 comments on commit 2927ea1

Please sign in to comment.