Install mypy and flake8 in Travis environment.
This commit is contained in:
@@ -3,5 +3,8 @@ rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
install: pip install --upgrade mypy flake8
|
||||
script: ./test-all.sh
|
||||
cache: cargo
|
||||
cache:
|
||||
- cargo
|
||||
- pip
|
||||
|
||||
Reference in New Issue
Block a user