Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fp12 committed Jan 13, 2017
1 parent 793c475 commit 3c2dfa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ install:
- pip install coveralls
- pip install mypy
script:
- mypy challonge
- mypy tests.py
- mypy --fast-parser challonge
- mypy --fast-parser tests.py
- coverage run --source=challonge tests.py -v
after_success:
- coveralls

0 comments on commit 3c2dfa9

Please sign in to comment.