Skip to content

Commit 00608be

Browse files
dbiebercopybara-github
authored andcommitted
don't run pylint against the console package.
PiperOrigin-RevId: 235017763 Change-Id: I54b3d1a46525fea184795ff7fbe56b6e1edc78dd
1 parent e35e650 commit 00608be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ script:
1414
- python -m pytest # Run the tests without IPython.
1515
- pip install ipython
1616
- python -m pytest # Now run the tests with IPython.
17-
- if [[ $TRAVIS_PYTHON_VERSION != 3.6 ]]; then pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py; fi
17+
- if [[ $TRAVIS_PYTHON_VERSION != 3.6 ]]; then pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console; fi

0 commit comments

Comments
 (0)