diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6a288b1 --- /dev/null +++ b/.travis.yml @@ -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 .