We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606e043 commit a262d51Copy full SHA for a262d51
.travis.yml
@@ -33,4 +33,4 @@ script:
33
# Launch tests
34
- cd ..
35
- chmod +x tools/travis.python.nosetests.sh
36
- - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./tools/travis.python.nosetests.sh; fi
+ - if [ "${TRAVIS_OS_NAME}" = "linux" && "${DEPENDENCY_MODE}" = "ffmpeg" ]; then ./tools/travis.python.nosetests.sh; fi
0 commit comments