Skip to content

Commit 2b5902a

Browse files
dbiebercopybara-github
authored andcommitted
Travis pytype bug fix
PiperOrigin-RevId: 353263304 Change-Id: Ic4d40ba1aa60eb1c4433cc36e0fdb22af561efdf
1 parent 4c51b89 commit 2b5902a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ script:
1919
- pip install ipython
2020
- python -m pytest # Now run the tests with IPython.
2121
- pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
22-
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 || \
23-
$TRAVIS_PYTHON_VERSION == 3.7 ]]; then
22+
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then
2423
pip install pytype;
2524
fi
2625
# Run type-checking, excluding files that define or use py3 features in py2.

0 commit comments

Comments
 (0)