Skip to content

Commit

Permalink
Travis pytype bug fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 353263304
Change-Id: Ic4d40ba1aa60eb1c4433cc36e0fdb22af561efdf
  • Loading branch information
dbieber authored and Copybara-Service committed Jan 22, 2021
1 parent 4c51b89 commit 2b5902a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -19,8 +19,7 @@ script:
- pip install ipython
- python -m pytest # Now run the tests with IPython.
- pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 || \
$TRAVIS_PYTHON_VERSION == 3.7 ]]; then
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then
pip install pytype;
fi
# Run type-checking, excluding files that define or use py3 features in py2.
Expand Down

0 comments on commit 2b5902a

Please sign in to comment.