Skip to content

Commit 8209d72

Browse files
committed
Updated to use the last version of mypy
1 parent 11ff683 commit 8209d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ matrix:
2020
script: flake8
2121
- python: '3.5'
2222
script: |
23-
pip install mypy-lang
24-
mypy promise/ --check-untyped-defs
23+
pip install mypy
24+
mypy promise/ --check-untyped-defs --ignore-missing-imports

0 commit comments

Comments
 (0)