Skip to content

Commit 9a0e448

Browse files
committed
[.travis.yml] transition to mypy static type checking
1 parent 4aba1c6 commit 9a0e448

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
@@ -10,7 +10,7 @@ matrix:
1010
dist: xenial
1111
env: TOX_ENV=static-type-checks
1212
install:
13-
- pip install --upgrade pytype
13+
- pip install --upgrade mypy
1414
- pip install -r requirements.txt
1515
script: make test-type-check
1616
- python: 3.7

0 commit comments

Comments
 (0)