Skip to content

Commit 0ffd508

Browse files
committed
Travis: fixed condition to launch pyTests
1 parent 2d537ab commit 0ffd508

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
@@ -79,7 +79,7 @@ script:
7979
- ./tools/travis.build.sh
8080

8181
# launch tests
82-
- if [ ${TRAVIS_OS_NAME} = "linux" && ${DEPENDENCY_NAME} = "ffmpeg" ]; then ./tools/travis.python.nosetests.sh; fi
82+
- if [ ${TRAVIS_OS_NAME} = "linux" ] && [ ${DEPENDENCY_NAME} = "ffmpeg" ]; then ./tools/travis.python.nosetests.sh; fi
8383

8484
after_success:
8585
# generate coverage for coveralls

0 commit comments

Comments
 (0)