Mercurial > repos > melpetera > idchoice
view IDchoice/.travis.yml @ 1:bb19b1d15732 draft default tip
Uploaded
author | melpetera |
---|---|
date | Thu, 19 Dec 2019 05:29:57 -0500 |
parents | b7a6a88f518a |
children |
line wrap: on
line source
# This is a special configuration file to run tests on Travis-CI via # GitHub notifications when changes are committed. # # See http://travis-ci.org/ for details language: python before_install: - sudo apt-get install -y python-virtualenv - virtualenv planemo-venv - . planemo-venv/bin/activate - pip install --upgrade pip setuptools - pip install planemo - planemo conda_init install: - planemo conda_install ${TRAVIS_BUILD_DIR} script: - planemo test --install_galaxy --no_cache_galaxy --conda_dependency_resolution ${TRAVIS_BUILD_DIR}