Skip to content

Commit

Permalink
Add travis job to mypy mypy with 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido van Rossum committed Mar 12, 2019
1 parent 900835b commit 8c24cd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
env:
- TOXENV=type
- EXTRA_ARGS=
- name: "type check our own code with python 3.8-dev"
python: 3.8-dev
env:
- TOXENV=type
- EXTRA_ARGS=
- name: "check code style with flake8"
python: 3.7
env:
Expand Down

0 comments on commit 8c24cd8

Please sign in to comment.