Skip to content

Commit 8c24cd8

Browse files
author
Guido van Rossum
committed
Add travis job to mypy mypy with 3.8
1 parent 900835b commit 8c24cd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
env:
3939
- TOXENV=type
4040
- EXTRA_ARGS=
41+
- name: "type check our own code with python 3.8-dev"
42+
python: 3.8-dev
43+
env:
44+
- TOXENV=type
45+
- EXTRA_ARGS=
4146
- name: "check code style with flake8"
4247
python: 3.7
4348
env:

0 commit comments

Comments
 (0)