Skip to content

Commit 96dfa12

Browse files
committed
install python with brew on macosx
1 parent 1779080 commit 96dfa12

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis/before_install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
44

55
# Install some custom requirements on OS X
66
# e.g. brew install pyenv-virtualenv
7-
#brew update
8-
#brew install python
9-
echo do nothing
10-
7+
brew update
8+
brew install python
119

1210
else
1311
# Install some custom requirements on Linux

0 commit comments

Comments
 (0)