Mercurial > repos > melpetera > tablemerge
diff TableMerge/.travis.yml @ 1:a97044d8dd40 draft
version 1.0.1
| author | melpetera |
|---|---|
| date | Fri, 17 Feb 2017 05:36:13 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TableMerge/.travis.yml Fri Feb 17 05:36:13 2017 -0500 @@ -0,0 +1,19 @@ +# 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} \ No newline at end of file
