Skip to content

Commit

Permalink
Use --user on other OSX travis system too.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed May 9, 2020
1 parent 19656bf commit 0a47bf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ matrix:
language: shell
env:
- TRAVIS_PYTHON_VERSION=3.7
# This one doesn't have problems with /System stuff, but one of the dependencies
# wants to write into /usr/local/man. So use --user to avoid that.
- __USER=--user
name: OSX (Python 3.7)

# Check 3.8-dev, but less concerned if this fails.
Expand Down

0 comments on commit 0a47bf7

Please sign in to comment.