Skip to content

Commit

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

0 comments on commit 6adc191

Please sign in to comment.