brews / co2syspy

A Python interpretation of CO2SYS
GNU General Public License v3.0
3 stars 0 forks source link

Need to update travis-ci OSX script #5

Closed brews closed 6 years ago

brews commented 6 years ago

Right now our OSX travis-ci script is failing with error:


Error: python 2.7.14 is already installed

To upgrade to 3.6.5, run `brew upgrade python`

travis_time:end:0487433c:start=1523325290285842000,finish=1523325379170473000,duration=88884631000


The command "if [[ "$JOB_OS" == "MacOSX" ]]; then brew update; brew install python3; fi" failed and exited with 1 during .

Your build has been stopped.

/Users/travis/.travis/job_stages: line 166: shell_session_update: command not found

I think this has something to do with homebrew now using python3 by default...