diff --git a/.travis.yml b/.travis.yml index 6b253695d..6b3df1eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,10 @@ matrix: env: TOXENV=pep8 - python: 3.8 env: TOXENV=pep8-examples - - python: 3.8 - env: TOXENV=mypy + # TODO(vytas): Re-enable once we have fixed mypy warnings. + # They have been lurking for a while, just underreported. + # - python: 3.8 + # env: TOXENV=mypy # NOTE(kgriffs): 3.5.2 is the default Python 3 version on Ubuntu 16.04 # so we pin to that for testing to make sure we are working around # and quirks that were fixed in later micro versions.