Skip to content

Commit

Permalink
Add mypy self-check
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Jan 6, 2019
1 parent 2eddcee commit 8570ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ install:
- pip install --upgrade -e .[test]
- pip install coveralls
script:
- pytest --cov src/mypy_zope
- pytest -v --cov src/mypy_zope
- mypy src --strict
after_success:
coveralls

0 comments on commit 8570ddf

Please sign in to comment.