Browse Source

Install Python packages without Travis root user.

pull/3/head
Jakob Stoklund Olesen 8 years ago
parent
commit
c111361e19
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save