mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Add better description for example runner
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ script:
|
||||
- mkdir for_test
|
||||
- cd for_test
|
||||
- nosetests-$PYVER --exe -v --cover-package=skimage skimage
|
||||
# run all examples
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user