Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit ba2fa20

Browse files
afrozenatorCopybara-Service
authored andcommitted
Remove linting requirement.
PiperOrigin-RevId: 221562948
1 parent 8070eb4 commit ba2fa20

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ script:
3838

3939
# Conditional commands should each be in a separate block to get proper
4040
# errors on Travis.
41-
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]] && [[ "$TF_VERSION" == "tf-nightly" ]]; then
42-
pylint -j 2 tensor2tensor;
43-
fi
41+
#
42+
# TODO(afrozm): Re-enable if this becomes an issue.
43+
# - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]] && [[ "$TF_VERSION" == "tf-nightly" ]]; then
44+
# pylint -j 2 tensor2tensor;
45+
# fi

0 commit comments

Comments
 (0)