Skip to content

Commit

Permalink
Travis CI configuration to run the example data build
Browse files Browse the repository at this point in the history
Uses nextstrain-cli to avoid having to install a Nextstrain environment.
  • Loading branch information
tsibley committed Jul 2, 2018
1 parent 023758d commit 5c4f6f6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sudo: required

services:
- docker

language: python
python:
- "3.5"
- "3.6"
- "3.7-dev"

install:
- pip3 install git+https://github.com/nextstrain/cli
- nextstrain version
- nextstrain check-setup
- nextstrain update

script:
- mkdir -p build/data/
- cp -v example_data/zika.fasta build/data/
- nextstrain build .

1 comment on commit 5c4f6f6

@trvrb
Copy link
Member

@trvrb trvrb commented on 5c4f6f6 Jul 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool.

Please sign in to comment.