We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41beb18 commit afce856Copy full SHA for afce856
1 file changed
.travis.yml
@@ -6,6 +6,11 @@ python:
6
- "3.5"
7
- "3.6"
8
- "pypy"
9
+jobs:
10
+ include:
11
+ - python: '3.6'
12
+ install: pip install mypy
13
+ script: mypy --strict usb1
14
addons:
15
apt:
16
packages:
0 commit comments