diff --git a/.travis.yml b/.travis.yml index de9d1c59..a7193ca1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.