Skip to content

Commit

Permalink
Don't use --user with python setup.py on OSX 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed May 9, 2020
1 parent 0a47bf7 commit 3da11ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ matrix:
# since existing versions of some packages (e.g. numpy) live in /System/
# directory where delete operations are forbidden.
- __USER=--user
- __USER2=--user
- PATH=/Users/travis/Library/Python/2.7/bin:$PATH
name: OSX (Python 2.7)

Expand Down Expand Up @@ -149,7 +150,7 @@ install:

script:
# Install GalSim
- $PYTHON setup.py install $__USER
- $PYTHON setup.py install $__USER2

# If galsim_download_cosmos.py changed, then run it.
- echo $TRAVIS_COMMIT_RANGE
Expand Down

0 comments on commit 3da11ee

Please sign in to comment.