File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ install:
4242script :
4343  - cd "$TRAVIS_BUILD_DIR"  # # && flake8 --exclude=.git .
4444  - while read -r DIR; do planemo shed_lint --tools --ensure_metadata --urls --report_level warn --fail_level error --recursive "$DIR" || exit 1; done < changed_repositories_chunk.list 
45-   - while read -r DIR; do planemo conda_install --conda_channels conda-forge,bioconda  "$DIR"; done < changed_repositories_chunk.list 
45+   - while read -r DIR; do planemo conda_install --conda_channels bioconda, conda-forge "$DIR"; done < changed_repositories_chunk.list 
4646  - while read -r DIR; do planemo test --conda_dependency_resolution --galaxy_branch "$GALAXY_RELEASE" --galaxy_source "$GALAXY_REPO" "$DIR" || exit 1; done < changed_repositories_chunk.list 
4747
4848after_success :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments