Skip to content

Commit

Permalink
Try to install python3 on travis osx
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 5, 2018
1 parent 3a29289 commit 9ef723d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ before_script:
- python --version
- python -c 'import numpy' 2>/dev/null || pip install numpy
- python -c 'import numpy; print numpy.__version__'
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
- python3 --version
- python3 -c 'import numpy' 2>/dev/null || python3 -mpip install numpy
- python3 -c 'import numpy; print(numpy.__version__)'
Expand Down

0 comments on commit 9ef723d

Please sign in to comment.