From d1dab3bce3ecd249c9d3e7ddc7864ba44f86d4fe Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Tue, 17 Mar 2015 15:30:06 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 449a808..f41822f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +sudo: false python: - '3.4' - '3.3' @@ -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: @@ -29,7 +29,6 @@ deploy: cache: - wheelhouse - tests/data - - apt - pip after_success: - coveralls