We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21f94f commit eab0c77Copy full SHA for eab0c77
.travis.yml
@@ -38,7 +38,7 @@ install:
38
- cat changed_repositories_chunk.list
39
40
script:
41
- - cd "$TRAVIS_BUILD_DIR" && flake8 --exclude=.git .
+ #- cd "$TRAVIS_BUILD_DIR" && flake8 --exclude=.git .
42
- 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
43
- while read -r DIR; do planemo conda_install "$DIR"; done < changed_repositories_chunk.list
44
- 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
0 commit comments