Install mypy and flake8 in Travis environment.

This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 14:20:22 -08:00
parent 4a0d8aaa3d
commit 3bbe3f71cb
2 changed files with 5 additions and 2 deletions

View File

@@ -3,5 +3,8 @@ rust:
- stable
- beta
- nightly
install: pip install --upgrade mypy flake8
script: ./test-all.sh
cache: cargo
cache:
- cargo
- pip