Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed Mar 17, 2015
1 parent e68675d commit d1dab3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
sudo: false
python:
- '3.4'
- '3.3'
Expand All @@ -12,8 +13,7 @@ install:
- python setup.py install
- pip install coveralls
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y python-biopython
- /usr/local/bin/pip install --user biopython
- 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:
Expand All @@ -29,7 +29,6 @@ deploy:
cache:
- wheelhouse
- tests/data
- apt
- pip
after_success:
- coveralls

0 comments on commit d1dab3b

Please sign in to comment.