Trying to figure out why the osx command does not work
This commit is contained in:
parent
62c143dba9
commit
92bfc7014d
1 changed files with 0 additions and 3 deletions
|
@ -46,9 +46,6 @@ before_install:
|
|||
|
||||
- if ["{TRAVIS_OS_NAME}" = osx]; then
|
||||
brew update;
|
||||
brew tap homebrew/science;
|
||||
/usr/bin/yes | pip uninstall numpy;
|
||||
brew install tbb;
|
||||
fi
|
||||
|
||||
- wget https://github.com/Itseez/opencv/archive/3.1.0.zip
|
||||
|
|
Loading…
Reference in a new issue