Install Python packages without Travis root user.

This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 14:26:28 -08:00
parent 42a0c27b24
commit c111361e19

View File

@@ -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