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 21acc14 commit 5c3471dCopy full SHA for 5c3471d
tools/travis/python.nosetests.sh
@@ -20,4 +20,4 @@ export AVTRANSCODER_TEST_IMAGE_PNG_FILE=`pwd`/avTranscoder-data/image/BigBuckBun
20
export AVTRANSCODER_TEST_IMAGE_JPG_FILE=`pwd`/avTranscoder-data/image/BigBuckBunny/title_anouncement.thumbnail.jpg
21
22
# Launch tests
23
-nose2 --start-dir ${TRAVIS_BUILD_DIR}/test/pyTest --with-coverage > progress.txt
+python3 nose2 --start-dir ${TRAVIS_BUILD_DIR}/test/pyTest --with-coverage > progress.txt
0 commit comments