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