comparison IDchoice/.travis.yml @ 0:b7a6a88f518a draft

Uploaded
author melpetera
date Thu, 11 Oct 2018 05:47:29 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b7a6a88f518a
1 # This is a special configuration file to run tests on Travis-CI via
2 # GitHub notifications when changes are committed.
3 #
4 # See http://travis-ci.org/ for details
5 language: python
6
7 before_install:
8 - sudo apt-get install -y python-virtualenv
9 - virtualenv planemo-venv
10 - . planemo-venv/bin/activate
11 - pip install --upgrade pip setuptools
12 - pip install planemo
13 - planemo conda_init
14
15 install:
16 - planemo conda_install ${TRAVIS_BUILD_DIR}
17
18 script:
19 - planemo test --install_galaxy --no_cache_galaxy --conda_dependency_resolution ${TRAVIS_BUILD_DIR}