Install Python packages without Travis root user.

This commit is contained in:
Jakob Stoklund Olesen
2017-01-25 14:26:28 -08:00
parent 3bbe3f71cb
commit 4c5bca6b0d

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