Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed Nov 16, 2015
1 parent 65ad6dd commit 4c4d59c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,8 @@ addons:
packages:
- python-virtualenv
- samtools
env:
- DOWNLOAD_CACHE=$HOME/download_cache

before_install:
- virtualenv planemo-venv
Expand All @@ -26,6 +28,7 @@ before_install:
- pip install planemo
- planemo travis_before_install
- . ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo
- mkdir $DOWNLOAD_CACHE
install:
- git clone https://github.com/mdshw5/sra-tools-galaxy.git
- planemo dependency_script -r sra-tools-galaxy
Expand Down

0 comments on commit 4c4d59c

Please sign in to comment.