Skip to content

Commit

Permalink
Add travis ci job for validating mypy type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
ahawker committed Sep 8, 2020
1 parent 41beb18 commit 143b563
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ python:
- "3.5"
- "3.6"
- "pypy"
jobs:
include:
- python: '3.6'
install: pip install mypy
script: mypy --strict usb1
env: LINT=1
addons:
apt:
packages:
Expand Down

0 comments on commit 143b563

Please sign in to comment.