Skip to content

Commit

Permalink
Use --user for pip, to be compatible with Deps.pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jan 22, 2018
1 parent ae76d7c commit b56cabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ before_script:
- julia -e 'map(Pkg.add, ["Coverage", "Documenter"])'
# Install Python packages specified in docs/make.jl here so that
# they will be cached:
- pip install --upgrade mkdocs python-markdown-math mkdocs-alabaster
- pip install --user --upgrade mkdocs python-markdown-math mkdocs-alabaster

## uncomment the following lines to override the default test script
#script:
Expand Down

0 comments on commit b56cabb

Please sign in to comment.