Skip to content

Commit 1b6c337

Browse files
committed
enable mypy typechecking for plugin code
1 parent bc42cc2 commit 1b6c337

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
python: 3.6
1919
script: 'python ./scripts/typecheck_tests.py'
2020

21+
- name: Mypy for plugin code
22+
python: 3.7
23+
script: 'mypy ./mypy_django_plugin'
24+
2125
- name: Lint with black
2226
python: 3.7
2327
script: 'black --check --line-length=120 django-stubs/'

0 commit comments

Comments
 (0)