Skip to content

Commit 072ae9f

Browse files
committed
Added mypy to the travis tests
1 parent 6a3f900 commit 072ae9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ matrix:
3535
- python: '3.6'
3636
after_install:
3737
- pip install pytest-asyncio
38+
- pip install mypy
3839
script:
3940
- py.test --cov=graphql graphql tests tests_py35
41+
- mypy graphql --ignore-missing-imports
4042
- python: '2.7'
4143

4244
deploy:

0 commit comments

Comments
 (0)