From 0569524d7929da0d1ada6cc815ec14b46bd806a0 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 16 Oct 2014 04:14:42 -0500 Subject: [PATCH] Use proper nose option --- tools/travis_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis_test.sh b/tools/travis_test.sh index 78d406a7..2b8588de 100755 --- a/tools/travis_test.sh +++ b/tools/travis_test.sh @@ -40,7 +40,7 @@ echo 'backend.qt4 : '$MPL_QT_API >> $MPL_DIR/matplotlibrc tools/header.py "Run tests with all dependencies" # run tests again with optional dependencies to get more coverage -TEST_ARGS='--exe -v --with-doctest --ignore-files="skimage/external/*"' +TEST_ARGS='--exe -v --with-doctest --exclude="skimage/external/*"' if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then TEST_ARGS="$TEST_ARGS --with-cov --cover-package skimage" fi