Skip to content

Commit 1e6b825

Browse files
author
Clement Champetier
committed
Travis: fix launch of nosetests on osx
1 parent 9e586f5 commit 1e6b825

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tools/travis.osx.install.deps.sh

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ set -x
55

66
brew update
77

8-
brew install gcc cmake swig
9-
brew install freeglut doxygen
8+
# To build
9+
brew install gcc cmake swig doxygen
1010

11+
# To launch nosetests
12+
brew install python
13+
pip install nose
14+
15+
# To build avplay application
16+
brew install freeglut
17+
18+
# Main dependency
1119
if [[ ${DEPENDENCY_MODE} == "ffmpeg" ]]; then
1220
brew install ffmpeg
1321
elif [[ ${DEPENDENCY_MODE} == "libav" ]]; then

0 commit comments

Comments
 (0)