comparison nmr_annotation2d/.travis.yml @ 1:a4d2b1926e13 draft

Uploaded
author marie-tremblay-metatoul
date Tue, 04 Feb 2020 04:05:38 -0500
parents 8035235e46c7
children
comparison
equal deleted inserted replaced
0:8035235e46c7 1:a4d2b1926e13
1
2 # This is a special configuration file to run tests on Travis-CI via 1 # This is a special configuration file to run tests on Travis-CI via
3 # GitHub notifications when changes are committed. 2 # GitHub notifications when changes are committed.
4 # 3 #
5 # See http://travis-ci.org/ for details 4 # See http://travis-ci.org/ for details
6 language: python 5 language: python
7 6
7 env:
8 - TESTFOLDER=.
9
8 before_install: 10 before_install:
11 - export GALAXY_RELEASE=release_19.05
12
13 install:
9 - sudo apt-get install -y python-virtualenv 14 - sudo apt-get install -y python-virtualenv
10 - virtualenv planemo-venv 15 - sudo pip install planemo==0.58.1
11 - . planemo-venv/bin/activate 16
12 - pip install --upgrade pip setuptools 17 script:
13 - pip install planemo==0.37.0 18 - planemo lint ${TRAVIS_BUILD_DIR}/${TESTFOLDER}
19 - planemo test --galaxy_branch $GALAXY_RELEASE --galaxy_source "$GALAXY_REPO" --no_cache_galaxy ${TRAVIS_BUILD_DIR}/${TESTFOLDER}
14 20
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/