Use proper nose option

This commit is contained in:
Steven Silvester
2014-10-16 04:14:42 -05:00
parent 284cdd0bca
commit 0569524d79
+1 -1
View File
@@ -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