Skip to content

Commit 9b76aab

Browse files
committed
Travis: launch pyTest only on linux
The problem with MacOS X: * The avtranscoder python binding depends on python on the system (compile time). * We use the python from homebrew at runtime.
1 parent 6a8512f commit 9b76aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ script:
7676
- ./tools/travis.build.sh
7777

7878
# launch tests
79-
- if [ ${DEPENDENCY_MODE} = "ffmpeg" ]; then ./tools/travis.python.nosetests.sh; fi
79+
- if [ ${TRAVIS_OS_NAME} = "linux" && ${DEPENDENCY_MODE} = "ffmpeg" ]; then ./tools/travis.python.nosetests.sh; fi
8080

8181
after_success:
8282
# generate coverage for coveralls

0 commit comments

Comments
 (0)