mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
Pass error return code of example scripts and exit
This commit is contained in:
+1
-1
@@ -31,4 +31,4 @@ script:
|
||||
# Change back to repository root directory and run all doc examples
|
||||
- cd ..
|
||||
- "echo 'backend : Agg' > matplotlibrc"
|
||||
- for f in doc/examples/*.py; do $PYTHON "$f"; done
|
||||
- for f in doc/examples/*.py; do $PYTHON "$f"; if [ $? -ne 0 ]; then exit $?; fi done
|
||||
|
||||
Reference in New Issue
Block a user