Skip to content

Commit

Permalink
mypy on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fp12 committed Jan 13, 2017
1 parent a1bdd6d commit 793c475
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ python:
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install mypy
script:
- mypy challonge
- mypy tests.py
- coverage run --source=challonge tests.py -v
after_success:
- coveralls
- coveralls

0 comments on commit 793c475

Please sign in to comment.