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 77669c8 commit 8f41e27Copy full SHA for 8f41e27
.travis.yml
@@ -81,7 +81,7 @@ addons:
81
- cmake
82
- swig
83
- python-dev
84
- - python-nose
+ - python-nose2
85
- freeglut3-dev
86
87
cache:
tools/travis/python.nosetests.sh
@@ -20,5 +20,5 @@ 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
-nosetests ${TRAVIS_BUILD_DIR}/test/pyTest --with-coverage > progress.txt
+nose2 ${TRAVIS_BUILD_DIR}/test/pyTest --with-coverage > progress.txt
24
0 commit comments