Skip to content

Commit

Permalink
#219: put --verbose option to mypy to see what files are type-checked
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Jan 2, 2019
1 parent 7aee217 commit 1b4e4f5
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 @@ -6,7 +6,7 @@ install:
- pip install mypy
- pip install -e .[docs]
script:
- mypy --ignore-missing-imports oj onlinejudge/**/*.py
- mypy --verbose --ignore-missing-imports oj onlinejudge/**/*.py
- make -C docs html
- python setup.py test
branches:
Expand Down

0 comments on commit 1b4e4f5

Please sign in to comment.