Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Can tell mypy just to test the module instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackevansevo committed Apr 24, 2017
1 parent 85d6ca3 commit 64f0c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- pip install -r requirements.txt
- pip install coveralls
script:
- mypy basic_utils/*.py
- mypy basic_utils
- coverage run --branch -m pytest && coverage report -m
- python -m doctest basic_utils/[a-zA-Z]*.py
after_success:
Expand Down

0 comments on commit 64f0c53

Please sign in to comment.