mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 14:04:55 +08:00
Let travis also run long example scripts
This commit is contained in:
@@ -37,4 +37,5 @@ script:
|
||||
# Change back to repository root directory and run all doc examples
|
||||
- cd ..
|
||||
- for f in doc/examples/*.py; do $PYTHON "$f"; if [ $? -ne 0 ]; then exit 1; fi done
|
||||
- for f in doc/examples/applications/*.py; do $PYTHON "$f"; if [ $? -ne 0 ]; then exit 1; fi done
|
||||
- flake8 --exit-zero --exclude=test_*,six.py skimage doc/examples viewer_examples
|
||||
|
||||
Reference in New Issue
Block a user