Skip to content

Commit 143b563

Browse files
committed
Add travis ci job for validating mypy type hints
1 parent 41beb18 commit 143b563

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ python:
66
- "3.5"
77
- "3.6"
88
- "pypy"
9+
jobs:
10+
include:
11+
- python: '3.6'
12+
install: pip install mypy
13+
script: mypy --strict usb1
14+
env: LINT=1
915
addons:
1016
apt:
1117
packages:

0 commit comments

Comments
 (0)