Skip to content

Commit a262d51

Browse files
author
Clement Champetier
committed
Travis: launch tests only when build with ffmpeg
AvTranscoder with libav works on opensuse 12.1. Need to test on ubuntu (Travis distrib) to understand why pyTests crash.
1 parent 606e043 commit a262d51

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
@@ -33,4 +33,4 @@ script:
3333
# Launch tests
3434
- cd ..
3535
- chmod +x tools/travis.python.nosetests.sh
36-
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./tools/travis.python.nosetests.sh; fi
36+
- if [ "${TRAVIS_OS_NAME}" = "linux" && "${DEPENDENCY_MODE}" = "ffmpeg" ]; then ./tools/travis.python.nosetests.sh; fi

0 commit comments

Comments
 (0)