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

Loading…
Cancel
Save