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

Uploaded
author marie-tremblay-metatoul
date Tue, 04 Feb 2020 04:05:38 -0500
parents 8035235e46c7
children
line wrap: on
line diff
--- a/nmr_annotation2d/.travis.yml	Mon Dec 23 09:26:20 2019 -0500
+++ b/nmr_annotation2d/.travis.yml	Tue Feb 04 04:05:38 2020 -0500
@@ -1,17 +1,20 @@
-
 # 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
 
+env:
+  - TESTFOLDER=.
+
 before_install:
+  - export GALAXY_RELEASE=release_19.05
+
+install:
  - sudo apt-get install -y python-virtualenv
- - virtualenv planemo-venv
- - . planemo-venv/bin/activate
- - pip install --upgrade pip setuptools
- - pip install planemo==0.37.0
+ - sudo pip install planemo==0.58.1
+  
+script:
+ - planemo lint ${TRAVIS_BUILD_DIR}/${TESTFOLDER}
+ - planemo test --galaxy_branch $GALAXY_RELEASE  --galaxy_source "$GALAXY_REPO" --no_cache_galaxy ${TRAVIS_BUILD_DIR}/${TESTFOLDER}
 
-script:
- - planemo lint ${TRAVIS_BUILD_DIR}/galaxy/2DNmrAnnotation/
-# - planemo test --conda_auto_init --conda_auto_install --conda_dependency_resolution --galaxy_branch release_17.01 --no_cache_galaxy ${TRAVIS_BUILD_DIR}/galaxy/2DNmrAnnotation/