mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Use proper nose option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user