Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable static type checking with pytype #298

Merged
merged 11 commits into from
Oct 5, 2018
Prev Previous commit
Next Next commit
Move pytype install command.
  • Loading branch information
Solumin committed Sep 27, 2018
commit f2164ce17dba26c2eab1f9357fe92f9ff0476357
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ cache:
directories:
- ${HOME}/.cache
install:
- pip install --upgrade tox
- pip install --upgrade pytype
- pip install --upgrade tox pytype
script:
- scripts/travis.sh
deploy:
Expand Down