Mercurial > repos > marie-tremblay-metatoul > 2dnmrannotation
comparison nmr_annotation2d/.travis.yml @ 0:8035235e46c7 draft
Uploaded
author | marie-tremblay-metatoul |
---|---|
date | Mon, 23 Dec 2019 09:26:20 -0500 |
parents | |
children | a4d2b1926e13 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8035235e46c7 |
---|---|
1 | |
2 # This is a special configuration file to run tests on Travis-CI via | |
3 # GitHub notifications when changes are committed. | |
4 # | |
5 # See http://travis-ci.org/ for details | |
6 language: python | |
7 | |
8 before_install: | |
9 - sudo apt-get install -y python-virtualenv | |
10 - virtualenv planemo-venv | |
11 - . planemo-venv/bin/activate | |
12 - pip install --upgrade pip setuptools | |
13 - pip install planemo==0.37.0 | |
14 | |
15 script: | |
16 - planemo lint ${TRAVIS_BUILD_DIR}/galaxy/2DNmrAnnotation/ | |
17 # - planemo test --conda_auto_init --conda_auto_install --conda_dependency_resolution --galaxy_branch release_17.01 --no_cache_galaxy ${TRAVIS_BUILD_DIR}/galaxy/2DNmrAnnotation/ |