Skip to content

Commit eab0c77

Browse files
authored
disable pep8
1 parent b21f94f commit eab0c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
- cat changed_repositories_chunk.list
3939

4040
script:
41-
- cd "$TRAVIS_BUILD_DIR" && flake8 --exclude=.git .
41+
#- cd "$TRAVIS_BUILD_DIR" && flake8 --exclude=.git .
4242
- 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
4343
- while read -r DIR; do planemo conda_install "$DIR"; done < changed_repositories_chunk.list
4444
- 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

Comments
 (0)