Skip to content

Commit

Permalink
#219: update the command to call mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Dec 31, 2018
1 parent 0c0e99f commit 21126c3
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 @@ -5,7 +5,7 @@ install:
- pip install mypy
- pip install -e .[docs]
script:
- mypy --ignore-missing-imports oj
- mypy --ignore-missing-imports oj onlinejudge/**/*.py
- make -C docs html
- python setup.py test
branches:
Expand Down

0 comments on commit 21126c3

Please sign in to comment.