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