Skip to content

Commit

Permalink
chore(.travis.yml): disable the mypy gate
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 authored Mar 15, 2020
1 parent 8d217b1 commit 0d4113f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d4113f

Please sign in to comment.