Skip to content

Commit 618f514

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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
23+
pip install mypy
2424
mypy promise/ --check-untyped-defs

0 commit comments

Comments
 (0)