Skip to content

Commit afce856

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

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
@@ -6,6 +6,11 @@ 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
914
addons:
1015
apt:
1116
packages:

0 commit comments

Comments
 (0)