Skip to content

Commit 9a9ed99

Browse files
committed
Fix mypy
1 parent 0963355 commit 9a9ed99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ matrix:
1010
env: TOXENV=py38
1111
- python: 3.8
1212
env: TOXENV=flake8
13+
- python: 3.8
14+
env: TOXENV=mypy
1315
- python: 3.8
1416
env: TOXENV=dist
1517
- python: 3.8

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ commands = flake8 nbclient --count --ignore=E203,E731,F811,W503 --max-complexity
1818
[testenv:mypy]
1919
skip_install = true
2020
deps = mypy
21-
commands = mypy nbclient/nbclient.py
21+
commands = mypy nbclient/client.py
2222

2323
# Manifest
2424
[testenv:manifest]

0 commit comments

Comments
 (0)