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:
42
42
script :
43
43
- cd "$TRAVIS_BUILD_DIR" # # && flake8 --exclude=.git .
44
44
- 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
46
46
- 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
47
47
48
48
after_success :
You can’t perform that action at this time.
0 commit comments